We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80784f0 + f25b081 commit 223a7c1Copy full SHA for 223a7c1
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