From 938fd42200a2fc3e66c8f90b8d57b52c333d534d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 31 Mar 2021 09:57:34 +0200 Subject: Remove unused imports Signed-off-by: Matthias Beyer --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') 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] -- cgit v1.2.3