Add warn(unreachable_pub)
to rustc_hir
.
This commit is contained in:
parent
fa18140994
commit
bffa2244ed
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#![feature(never_type)]
|
#![feature(never_type)]
|
||||||
#![feature(rustc_attrs)]
|
#![feature(rustc_attrs)]
|
||||||
#![feature(variant_count)]
|
#![feature(variant_count)]
|
||||||
|
#![warn(unreachable_pub)]
|
||||||
// tidy-alphabetical-end
|
// tidy-alphabetical-end
|
||||||
|
|
||||||
extern crate self as rustc_hir;
|
extern crate self as rustc_hir;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue