Rollup merge of #135411 - Urgau:unreach_pub-run-make, r=jieyouxu
run_make_support: add `#![warn(unreachable_pub)]` This PR enables the [`unreachable_pub`](https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#unreachable-pub) lint as warn in the `run_make_support` crate. Related to https://github.com/rust-lang/compiler-team/issues/773 r? ``@jieyouxu``
This commit is contained in:
commit
223a7c1237
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
// We want to control use declaration ordering and spacing (and preserve use group comments), so
|
||||
// skip rustfmt on this file.
|
||||
#![cfg_attr(rustfmt, rustfmt::skip)]
|
||||
#![warn(unreachable_pub)]
|
||||
|
||||
mod command;
|
||||
mod macros;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue