diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-01-01 16:35:29 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-01 16:35:29 +1100 |
| commit | f4db757cb5bdb741b6b2b2113b9258ea46339464 (patch) | |
| tree | d43b390d8ef16f7710a62c8d4522966b2661e530 /library/panic_unwind/src | |
| parent | 2085bce154867c3571b5482be53fe945aeed8c8b (diff) | |
| parent | 1e10e503fe7e9d645f1ba3638eb17d8ac306093b (diff) | |
| download | rust-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.rs | 2 |
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; |
