summaryrefslogtreecommitdiffstats
path: root/library/std/src/sys_common/thread_info.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys_common/thread_info.rs')
-rw-r--r--library/std/src/sys_common/thread_info.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys_common/thread_info.rs b/library/std/src/sys_common/thread_info.rs
index 38c9e5000..88d937a7d 100644
--- a/library/std/src/sys_common/thread_info.rs
+++ b/library/std/src/sys_common/thread_info.rs
@@ -1,5 +1,4 @@
#![allow(dead_code)] // stack_guard isn't used right now on all platforms
-#![allow(unused_unsafe)] // thread_local with `const {}` triggers this liny
use crate::cell::RefCell;
use crate::sys::thread::guard::Guard;