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 3b22b24 commit d8f5a04Copy full SHA for d8f5a04
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