Remove #![warn(unreachable_pub)]
from all compiler/
crates.
It's no longer necessary now that `-Wunreachable_pub` is being passed.
This commit is contained in:
parent
55505ab1d3
commit
ff0a5fe975
62 changed files with 0 additions and 65 deletions
|
@ -6,7 +6,6 @@
|
|||
#![allow(rustc::diagnostic_outside_of_impl)]
|
||||
#![allow(rustc::untranslatable_diagnostic)]
|
||||
#![cfg_attr(feature = "rustc", feature(let_chains))]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
pub mod constructor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue