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 aa6d02f commit 8ce7f62Copy full SHA for 8ce7f62
example/mini_core_hello_world.rs
@@ -112,8 +112,8 @@ fn start<T: Termination + 'static>(
112
113
static mut NUM: u8 = 6 * 7;
114
115
-// FIXME: Use `SyncUnsafeCell` instead of allowing `static_mut_ref` lint
116
-#[allow(static_mut_ref)]
+// FIXME: Use `SyncUnsafeCell` instead of allowing `static_mut_refs` lint
+#[allow(static_mut_refs)]
117
static NUM_REF: &'static u8 = unsafe { &NUM };
118
119
unsafe fn zeroed<T>() -> T {
0 commit comments