We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb905df commit aef6dc2Copy full SHA for aef6dc2
tests/dogfood.rs
@@ -26,6 +26,7 @@ fn dogfood_clippy() {
26
.arg("clippy-preview")
27
.arg("--all-targets")
28
.arg("--all-features")
29
+ .args(&["-p", "clippy_lints", "-p", "clippy_utils", "-p", "rustc_tools_util"])
30
.arg("--")
31
.args(&["-D", "clippy::all"])
32
.args(&["-D", "clippy::pedantic"])
0 commit comments