Add warn(unreachable_pub)
to rustc_expand
.
Plus a tiny bit of reformatting.
This commit is contained in:
parent
5fd503ab44
commit
df5fbf05a1
7 changed files with 22 additions and 21 deletions
|
@ -13,6 +13,7 @@
|
|||
#![feature(rustdoc_internals)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(yeet_expr)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
extern crate proc_macro as pm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue