]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys_common/thread_local_dtor.rs
Rollup merge of #98334 - JohnTitor:issue-73727, r=compiler-errors
[rust.git] / library / std / src / sys_common / thread_local_dtor.rs
index f9971fb6f21ef3771d27c4813da62632ca6fff4d..1d13a7171b0355f5734dbbdc7120e6fbf58d7781 100644 (file)
@@ -11,7 +11,7 @@
 //! or implement something more efficient.
 
 #![unstable(feature = "thread_local_internals", issue = "none")]
-#![allow(dead_code)] // sys isn't exported yet
+#![allow(dead_code)]
 
 use crate::ptr;
 use crate::sys_common::thread_local_key::StaticKey;