Rollup merge of #148517 - bjorn3:lint_cleanup, r=joboet
Remove no longer necessary lint allow
This commit is contained in:
commit
d195074363
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@
|
|||
#![feature(rustc_attrs)]
|
||||
#![panic_runtime]
|
||||
#![feature(panic_runtime)]
|
||||
// `real_imp` is unused with Miri, so silence warnings.
|
||||
#![cfg_attr(miri, allow(dead_code))]
|
||||
#![allow(internal_features)]
|
||||
#![warn(unreachable_pub)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue