Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Sep 27, 2023
1 parent 3b22b24 commit d8f5a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ fn integration_test_rustc() {
.arg("./x.py")
.current_dir(&repo_dir)
.env("RUST_BACKTRACE", "full")
.args(["clippy", "-Wclippy::pedantic",/* "-Wclippy::cargo" */])
.args(["clippy", "-Wclippy::pedantic" /* "-Wclippy::cargo" */])
.output()
.expect("unable to run x.py clippy");

Expand Down

0 comments on commit d8f5a04

Please sign in to comment.