]> git.lizzy.rs Git - rust.git/blobdiff - src/libpanic_unwind/gcc.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / libpanic_unwind / gcc.rs
index 9c032b30341e9da44c75bd3cb2eb1e2f956d8f06..1622442a5eb450dae5058eb724f3aac8a878fd1b 100644 (file)
@@ -36,8 +36,6 @@
 //! Once stack has been unwound down to the handler frame level, unwinding stops
 //! and the last personality routine transfers control to the catch block.
 
-#![allow(private_no_mangle_fns)]
-
 use alloc::boxed::Box;
 use core::any::Any;