Remove #![warn(unreachable_pub)]
from all compiler/
crates.
(Except for `rustc_codegen_cranelift`.) It's no longer necessary now that `unreachable_pub` is in the workspace lints.
This commit is contained in:
parent
9212e31c92
commit
8a3e03392e
62 changed files with 0 additions and 65 deletions
|
@ -73,7 +73,6 @@ This API is completely unstable and subject to change.
|
|||
#![feature(slice_partition_dedup)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(unwrap_infallible)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
// These are used by Clippy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue