]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys_common/thread_local_key.rs
Auto merge of #98221 - cjgillot:single-coh, r=lcnr
[rust.git] / library / std / src / sys_common / thread_local_key.rs
index 32cd56416655f18a4157684ac35ab1a85c0acddd..70beebe86d20bb89eb211b0dffc4e45fe56d3162 100644 (file)
@@ -46,7 +46,7 @@
 
 #![allow(non_camel_case_types)]
 #![unstable(feature = "thread_local_internals", issue = "none")]
-#![allow(dead_code)] // sys isn't exported yet
+#![allow(dead_code)]
 
 #[cfg(test)]
 mod tests;