Add warn(unreachable_pub)
to several crates.
It requires no additonal changes to these crates, but will prevent unnecessary `pub`s in the future.
This commit is contained in:
parent
13a52890dd
commit
194489473d
3 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#![feature(never_type)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
pub mod util {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue