We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static_mut_refs
rustc-dep-of-std
1 parent 96db1f4 commit 70b1487Copy full SHA for 70b1487
src/lib.rs
@@ -22,6 +22,8 @@
22
#![cfg_attr(feature = "rustc-dep-of-std", feature(link_cfg, no_core))]
23
#![cfg_attr(libc_thread_local, feature(thread_local))]
24
#![cfg_attr(feature = "rustc-dep-of-std", allow(internal_features))]
25
+// DIFF(1.0): The thread local references that raise this lint were removed in 1.0
26
+#![cfg_attr(feature = "rustc-dep-of-std", allow(static_mut_refs))]
27
// Enable extra lints:
28
#![cfg_attr(feature = "extra_traits", deny(missing_debug_implementations))]
29
#![deny(missing_copy_implementations, safe_packed_borrows)]
0 commit comments