Skip to content

Commit 9bec800

Browse files
committed
remove unnecessary feature gate
1 parent 7e6462d commit 9bec800

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiletest/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ under a different crate name so that can be imported in the compile tests.
66
This currently appears to use the right local build of `lazy_static`.
77
*/
88

9-
#![feature(use_extern_macros)]
10-
119
extern crate lazy_static;
1210

1311
pub use self::lazy_static::*;

0 commit comments

Comments
 (0)