Add warn(unreachable_pub)
to rustc_error_messages
.
This commit is contained in:
parent
d607cfb336
commit
2b5621280c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#![feature(rustc_attrs)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
use std::borrow::Cow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue