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:
authorxFrednet <xFrednet@gmail.com>2024-02-10 21:53:34 +0000
committerxFrednet <xFrednet@gmail.com>2024-06-25 17:22:22 +0200
commit8b14e23dce2d3cc7cb873609a22c727421d02d3b (patch)
tree468f73a9a381b1fc4ea3a9abe23609878b75900a /tests/ui/lint/rfc-2383-lint-reason/lint-attribute-only-with-reason.rs
parentd929a42a664c026167800801b26d734db925314f (diff)
downloadrust-8b14e23dce2d3cc7cb873609a22c727421d02d3b.tar.gz
rust-8b14e23dce2d3cc7cb873609a22c727421d02d3b.zip
RFC 2383: Stabilize `lint_reasons` :tada:
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