diff options
Diffstat (limited to 'src/test/ui/enable-unstable-lib-feature.rs')
| -rw-r--r-- | src/test/ui/enable-unstable-lib-feature.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/enable-unstable-lib-feature.rs b/src/test/ui/enable-unstable-lib-feature.rs index 383c6868ce2..aa6a973d7bd 100644 --- a/src/test/ui/enable-unstable-lib-feature.rs +++ b/src/test/ui/enable-unstable-lib-feature.rs @@ -6,7 +6,6 @@ #![deny(non_snake_case)] // To trigger a hard error // Shouldn't generate a warning about unstable features -#[allow(unused_extern_crates)] extern crate stability_cfg2; pub fn BOGUS() { } //~ ERROR |
