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.
1 parent 64dfa4f commit b959fc1Copy full SHA for b959fc1
example/mini_core_hello_world.rs
@@ -99,8 +99,8 @@ fn start<T: Termination + 'static>(
99
100
static mut NUM: u8 = 6 * 7;
101
102
-// FIXME: Use `SyncUnsafeCell` instead of allowing `static_mut_ref` lint
103
-#[allow(static_mut_ref)]
+// FIXME: Use `SyncUnsafeCell` instead of allowing `static_mut_refs` lint
+#[allow(static_mut_refs)]
104
static NUM_REF: &'static u8 = unsafe { &NUM };
105
106
macro_rules! assert {
0 commit comments