Add warn(unreachable_pub)
to rustc_fluent_macro
.
This commit is contained in:
parent
0d8d05c07f
commit
a510813e03
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#![feature(proc_macro_diagnostic)]
|
#![feature(proc_macro_diagnostic)]
|
||||||
#![feature(proc_macro_span)]
|
#![feature(proc_macro_span)]
|
||||||
#![feature(rustdoc_internals)]
|
#![feature(rustdoc_internals)]
|
||||||
|
#![warn(unreachable_pub)]
|
||||||
// tidy-alphabetical-end
|
// tidy-alphabetical-end
|
||||||
|
|
||||||
use proc_macro::TokenStream;
|
use proc_macro::TokenStream;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue