We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![warn(unreachable_pub)]
1 parent 336209e commit f25b081Copy full SHA for f25b081
src/tools/run-make-support/src/lib.rs
@@ -6,6 +6,7 @@
6
// We want to control use declaration ordering and spacing (and preserve use group comments), so
7
// skip rustfmt on this file.
8
#![cfg_attr(rustfmt, rustfmt::skip)]
9
+#![warn(unreachable_pub)]
10
11
mod command;
12
mod macros;
0 commit comments