Skip to content

Commit f25b081

Browse files
committed
run_make_support: add #![warn(unreachable_pub)]
1 parent 336209e commit f25b081

File tree

1 file changed

+1
-0
lines changed
  • src/tools/run-make-support/src

1 file changed

+1
-0
lines changed

Diff for: src/tools/run-make-support/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// We want to control use declaration ordering and spacing (and preserve use group comments), so
77
// skip rustfmt on this file.
88
#![cfg_attr(rustfmt, rustfmt::skip)]
9+
#![warn(unreachable_pub)]
910

1011
mod command;
1112
mod macros;

0 commit comments

Comments
 (0)