Skip to content

Commit

Permalink
Remove allowing static_mut_refs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mu001999 authored and gitbot committed Feb 20, 2025
1 parent 9c0eb4e commit 9b6bf23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions panic_unwind/src/seh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ cfg_if::cfg_if! {
}
}

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

Expand Down

0 comments on commit 9b6bf23

Please sign in to comment.