Add warn(unreachable_pub) to rustc_fluent_macro.

This commit is contained in:
Nicholas Nethercote 2024-08-27 12:56:54 +10:00
parent 0d8d05c07f
commit a510813e03

View File

@ -6,6 +6,7 @@
#![feature(proc_macro_diagnostic)]
#![feature(proc_macro_span)]
#![feature(rustdoc_internals)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
use proc_macro::TokenStream;