We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6462d commit 9bec800Copy full SHA for 9bec800
compiletest/src/lib.rs
@@ -6,8 +6,6 @@ under a different crate name so that can be imported in the compile tests.
6
This currently appears to use the right local build of `lazy_static`.
7
*/
8
9
-#![feature(use_extern_macros)]
10
-
11
extern crate lazy_static;
12
13
pub use self::lazy_static::*;
0 commit comments