remove unnecessary feature gate

This commit is contained in:
Ashley Mannix 2018-11-01 13:04:45 +10:00
parent 7e6462d9b4
commit 9bec800708

View File

@ -6,8 +6,6 @@ under a different crate name so that can be imported in the compile tests.
This currently appears to use the right local build of `lazy_static`.
*/
#![feature(use_extern_macros)]
extern crate lazy_static;
pub use self::lazy_static::*;