1
Fork 0

Add warn(unreachable_pub) to rustc_expand.

Plus a tiny bit of reformatting.
This commit is contained in:
Nicholas Nethercote 2024-08-27 12:40:38 +10:00
parent 5fd503ab44
commit df5fbf05a1
7 changed files with 22 additions and 21 deletions

View file

@ -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;