mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Add warn(unreachable_pub)
to rustc_feature
.
This commit is contained in:
parent
df5fbf05a1
commit
0d8d05c07f
@ -15,6 +15,7 @@
|
||||
#![allow(internal_features)]
|
||||
#![doc(rust_logo)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
mod accepted;
|
||||
|
Loading…
Reference in New Issue
Block a user