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 5f3b186 + 389c3ce commit d195074Copy full SHA for d195074
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