Skip to content

Commit 76bd802

Browse files
committed
Add warn(unreachable_pub) to rustc_parse_format.
1 parent cac04a1 commit 76bd802

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

compiler/rustc_parse_format/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
html_playground_url = "https://play.rust-lang.org/",
1414
test(attr(deny(warnings)))
1515
)]
16+
#![warn(unreachable_pub)]
1617
// tidy-alphabetical-end
1718

1819
use std::{iter, str, string};

0 commit comments

Comments
 (0)