Add warn(unreachable_pub)
to rustc_parse_format
.
This commit is contained in:
parent
cac04a1cb9
commit
76bd802403
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
html_playground_url = "https://play.rust-lang.org/",
|
html_playground_url = "https://play.rust-lang.org/",
|
||||||
test(attr(deny(warnings)))
|
test(attr(deny(warnings)))
|
||||||
)]
|
)]
|
||||||
|
#![warn(unreachable_pub)]
|
||||||
// tidy-alphabetical-end
|
// tidy-alphabetical-end
|
||||||
|
|
||||||
use std::{iter, str, string};
|
use std::{iter, str, string};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue