Skip to content

Commit 59efb72

Browse files
mu001999gitbot
authored and
gitbot
committed
Remove allowing static_mut_refs lint
1 parent ecc75ca commit 59efb72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)