Skip to content

Commit 11e4b71

Browse files
Zalathargitbot
authored and
gitbot
committed
Rollup merge of rust-lang#131439 - mu001999-contrib:cleanup/static-mut, r=estebank
Remove allowing static_mut_refs lint
2 parents ee9a768 + 697f28c commit 11e4b71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

panic_unwind/src/seh.rs

Lines changed: 0 additions & 2 deletions
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)