about summary refs log tree commit diff
path: root/tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs')
-rw-r--r--tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs b/tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs
index bafdea96e08..a7767769344 100644
--- a/tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs
+++ b/tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs
@@ -1,5 +1,3 @@
-#![feature(lint_reasons)]
-
 #![deny(unused_attributes)]
 
 #[allow(reason = "I want to allow something")]//~ ERROR unused attribute