diff --git a/src/lib.rs b/src/lib.rs index 826a6e5..8bdf97a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![allow(dead_code)] +#![allow(unused)] extern crate chrono; diff --git a/src/tests/compat_parse.rs b/src/tests/compat_parse.rs index 240e622..1a78068 100644 --- a/src/tests/compat_parse.rs +++ b/src/tests/compat_parse.rs @@ -1,3 +1,4 @@ + // WARNING // This file was auto-generated using the `build_tests.py` script. // Please do not edit it manually. diff --git a/src/tests/compat_split_string.rs b/src/tests/compat_split_string.rs index 7266ec9..cdcc3e7 100644 --- a/src/tests/compat_split_string.rs +++ b/src/tests/compat_split_string.rs @@ -1,3 +1,4 @@ + // WARNING // This file was auto-generated using the `build_tests.py` script. // Please do not edit it manually.