Skip to content

Commit dc4830d

Browse files
committed
Remove allowing static_mut_refs lint
1 parent f9b4be9 commit dc4830d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: panic_unwind/src/seh.rs

-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ cfg_if::cfg_if! {
288288
}
289289
}
290290

291-
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
292-
#[allow(static_mut_refs)]
293291
pub unsafe fn panic(data: Box<dyn Any + Send>) -> u32 {
294292
use core::intrinsics::atomic_store_seqcst;
295293

0 commit comments

Comments
 (0)