We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
warn(unreachable_pub)
rustc_parse_format
1 parent cac04a1 commit 76bd802Copy full SHA for 76bd802
compiler/rustc_parse_format/src/lib.rs
@@ -13,6 +13,7 @@
13
html_playground_url = "https://play.rust-lang.org/",
14
test(attr(deny(warnings)))
15
)]
16
+#![warn(unreachable_pub)]
17
// tidy-alphabetical-end
18
19
use std::{iter, str, string};
0 commit comments