We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b01cc1c + 389c3ce commit e88a69cCopy full SHA for e88a69c
library/panic_unwind/src/lib.rs
@@ -24,8 +24,6 @@
24
#![feature(rustc_attrs)]
25
#![panic_runtime]
26
#![feature(panic_runtime)]
27
-// `real_imp` is unused with Miri, so silence warnings.
28
-#![cfg_attr(miri, allow(dead_code))]
29
#![allow(internal_features)]
30
#![warn(unreachable_pub)]
31
#![deny(unsafe_op_in_unsafe_fn)]
0 commit comments