1
Fork 0

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:
Nicholas Nethercote 2025-03-11 12:55:32 +11:00
parent 55505ab1d3
commit ff0a5fe975
62 changed files with 0 additions and 65 deletions

View file

@ -7,7 +7,6 @@
// To generate CodegenOptionsTargetModifiers and UnstableOptionsTargetModifiers enums
// with macro_rules, it is necessary to use recursive mechanic ("Incremental TT Munchers").
#![recursion_limit = "256"]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
pub mod errors;