summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-31 09:57:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-09 09:47:11 +0200
commit938fd42200a2fc3e66c8f90b8d57b52c333d534d (patch)
tree01ef0b51dd76709835210c3a3fe3d9acaf6ecd8f /src/lib.rs
parentd548ffe24fd4e53a1c441de71fcd8058790e6e41 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b591c9b..9603118 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,7 +17,6 @@
//!
//! See the [examples](https://github.com/mehcode/config-rs/tree/master/examples) for
//! general usage information.
-#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unknown_lints)]
// #![warn(missing_docs)]
@@ -29,7 +28,6 @@ extern crate serde;
#[macro_use]
extern crate serde_derive;
-#[macro_use]
extern crate nom;
#[macro_use]