Add warn(unreachable_pub)
to rustc_feature
.
This commit is contained in:
parent
df5fbf05a1
commit
0d8d05c07f
@ -15,6 +15,7 @@
|
|||||||
#![allow(internal_features)]
|
#![allow(internal_features)]
|
||||||
#![doc(rust_logo)]
|
#![doc(rust_logo)]
|
||||||
#![feature(rustdoc_internals)]
|
#![feature(rustdoc_internals)]
|
||||||
|
#![warn(unreachable_pub)]
|
||||||
// tidy-alphabetical-end
|
// tidy-alphabetical-end
|
||||||
|
|
||||||
mod accepted;
|
mod accepted;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user