Skip to content

Commit 3b22b24

Browse files
committed
ignore clippy::cargo
1 parent a89e56b commit 3b22b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fn integration_test_rustc() {
250250
.arg("./x.py")
251251
.current_dir(&repo_dir)
252252
.env("RUST_BACKTRACE", "full")
253-
.args(["clippy", "-Wclippy::pedantic", "-Wclippy::cargo"])
253+
.args(["clippy", "-Wclippy::pedantic",/* "-Wclippy::cargo" */])
254254
.output()
255255
.expect("unable to run x.py clippy");
256256

0 commit comments

Comments
 (0)