Add warn(unreachable_pub)
to rustc_lint
.
This commit is contained in:
parent
6c84c55c9f
commit
f10284162f
11 changed files with 269 additions and 268 deletions
|
@ -39,6 +39,7 @@
|
|||
#![feature(rustc_attrs)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![feature(trait_upcasting)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
mod async_closures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue