mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove unneeded feature
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//@ run-pass
|
||||
#![allow(stable_features)]
|
||||
//@ needs-threads
|
||||
#![feature(thread_local_try_with)]
|
||||
|
||||
use std::cell::Cell;
|
||||
use std::thread;
|
||||
|
||||
Reference in New Issue
Block a user