Add warn(unreachable_pub) to rustc_expand.
Plus a tiny bit of reformatting.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user