Skip to content

Commit e88a69c

Browse files
authored
Unrolled build for #148517
Rollup merge of #148517 - bjorn3:lint_cleanup, r=joboet Remove no longer necessary lint allow
2 parents b01cc1c + 389c3ce commit e88a69c

File tree

1 file changed

+0
-2
lines changed
  • library/panic_unwind/src

1 file changed

+0
-2
lines changed

library/panic_unwind/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#![feature(rustc_attrs)]
2525
#![panic_runtime]
2626
#![feature(panic_runtime)]
27-
// `real_imp` is unused with Miri, so silence warnings.
28-
#![cfg_attr(miri, allow(dead_code))]
2927
#![allow(internal_features)]
3028
#![warn(unreachable_pub)]
3129
#![deny(unsafe_op_in_unsafe_fn)]

0 commit comments

Comments
 (0)