We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-D clippy::dbg_macro
1 parent e0e2a93 commit 85bf0b2Copy full SHA for 85bf0b2
tests/dogfood.rs
@@ -80,6 +80,7 @@ fn run_clippy_for_package(project: &str, args: &[&str]) -> bool {
80
81
command.arg("--").args(args);
82
command.arg("-Cdebuginfo=0"); // disable debuginfo to generate less data in the target dir
83
+ command.args(["-D", "clippy::dbg_macro"]);
84
85
if cfg!(feature = "internal") {
86
// internal lints only exist if we build with the internal feature
0 commit comments