Skip to content

Commit 8d8d1ab

Browse files
authored
Rollup merge of rust-lang#131439 - mu001999-contrib:cleanup/static-mut, r=estebank
Remove allowing static_mut_refs lint
2 parents 44ca9a9 + dc4830d commit 8d8d1ab

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)