mirror of https://github.com/rust-lang/rust.git
Add `warn(unreachable_pub)` to `rustc_parse_format`.
This commit is contained in:
parent
cac04a1cb9
commit
76bd802403
|
@ -13,6 +13,7 @@
|
|||
html_playground_url = "https://play.rust-lang.org/",
|
||||
test(attr(deny(warnings)))
|
||||
)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
use std::{iter, str, string};
|
||||
|
|
Loading…
Reference in New Issue