Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a510813

Browse files
committed
Add warn(unreachable_pub) to rustc_fluent_macro.
1 parent 0d8d05c commit a510813

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_fluent_macro/src

1 file changed

+1
-0
lines changed

compiler/rustc_fluent_macro/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#![feature(proc_macro_diagnostic)]
77
#![feature(proc_macro_span)]
88
#![feature(rustdoc_internals)]
9+
#![warn(unreachable_pub)]
910
// tidy-alphabetical-end
1011

1112
use proc_macro::TokenStream;

0 commit comments

Comments
 (0)