about summary refs log tree commit diff
path: root/tests/ui/lifetimes/tail-expr-lock-poisoning.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lifetimes/tail-expr-lock-poisoning.rs')
-rw-r--r--tests/ui/lifetimes/tail-expr-lock-poisoning.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/lifetimes/tail-expr-lock-poisoning.rs b/tests/ui/lifetimes/tail-expr-lock-poisoning.rs
index cdfd35304b4..ec74596a08d 100644
--- a/tests/ui/lifetimes/tail-expr-lock-poisoning.rs
+++ b/tests/ui/lifetimes/tail-expr-lock-poisoning.rs
@@ -4,7 +4,6 @@
 //@ [edition2024] edition: 2024
 //@ run-pass
 //@ needs-unwind
-#![cfg_attr(edition2024, feature(shorter_tail_lifetimes))]
 
 use std::sync::Mutex;