Remove unneeded feature

This commit is contained in:
Orson Peters
2025-05-29 02:48:57 +02:00
parent 22c5e1d686
commit aff29df28e
@@ -1,7 +1,6 @@
//@ run-pass
#![allow(stable_features)]
//@ needs-threads
#![feature(thread_local_try_with)]
use std::cell::Cell;
use std::thread;