diff --git a/src/bin/main.rs b/src/bin/main.rs index 8676e6290e0a..c03835ea74a3 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -8,9 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![cfg(not(test))] -#![feature(extern_prelude)] - extern crate env_logger; #[macro_use] extern crate failure; diff --git a/src/lib.rs b/src/lib.rs index 7ebb967a494c..14872cfc610b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,6 @@ #![allow(unused_attributes)] #![feature(type_ascription)] #![feature(unicode_internals)] -#![feature(extern_prelude)] #![feature(nll)] #[macro_use]