about summary refs log tree commit diff
path: root/library/panic_unwind/src
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-01-01 16:35:29 +1100
committerGitHub <noreply@github.com>2025-01-01 16:35:29 +1100
commitf4db757cb5bdb741b6b2b2113b9258ea46339464 (patch)
treed43b390d8ef16f7710a62c8d4522966b2661e530 /library/panic_unwind/src
parent2085bce154867c3571b5482be53fe945aeed8c8b (diff)
parent1e10e503fe7e9d645f1ba3638eb17d8ac306093b (diff)
downloadrust-f4db757cb5bdb741b6b2b2113b9258ea46339464.tar.gz
rust-f4db757cb5bdb741b6b2b2113b9258ea46339464.zip
Rollup merge of #131439 - mu001999-contrib:cleanup/static-mut, r=estebank
Remove allowing static_mut_refs lint
Diffstat (limited to 'library/panic_unwind/src')
-rw-r--r--library/panic_unwind/src/seh.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/panic_unwind/src/seh.rs b/library/panic_unwind/src/seh.rs
index 565a2b8c573..5afa0a19756 100644
--- a/library/panic_unwind/src/seh.rs
+++ b/library/panic_unwind/src/seh.rs
@@ -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;