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.
1 parent a29e7a4 commit 2f3d269Copy full SHA for 2f3d269
tests/integration.rs
@@ -250,7 +250,7 @@ fn integration_test_rustc() {
250
.arg("./x.py")
251
.current_dir(&repo_dir)
252
.env("RUST_BACKTRACE", "full")
253
- .args(["clippy", "-Wclippy::pedantic", "-Wclippy::cargo"])
+ .args(["clippy", "-Wclippy::pedantic",/* "-Wclippy::cargo" */])
254
.output()
255
.expect("unable to run x.py clippy");
256
0 commit comments