summaryrefslogtreecommitdiffstats
path: root/tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs')
-rw-r--r--tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs b/tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs
index 11b9a67ed..c4a3dd941 100644
--- a/tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs
+++ b/tests/ui/rust-2018/extern-crate-referenced-by-self-path.rs
@@ -6,7 +6,6 @@
// rather than being accessed directly. Unless we rewrite that path,
// we can't drop the extern crate.
-#![feature(rust_2018_preview)]
#![deny(absolute_paths_not_starting_with_crate)]
extern crate edition_lint_paths;