Skip to content

Commit c2fb788

Browse files
committed
fix test fallout
1 parent b8fc2d2 commit c2fb788

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/dogfood.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ fn run_clippy_for_package(project: &str, args: &[&str]) {
7272
command
7373
.current_dir(root_dir.join(project))
7474
.env("CARGO_INCREMENTAL", "0")
75-
.arg("clippy")
7675
.arg("--all-targets")
7776
.arg("--all-features");
7877

tests/workspace.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ fn test_no_deps_ignores_path_deps_in_workspaces() {
3131
.current_dir(&cwd)
3232
.env("CARGO_INCREMENTAL", "0")
3333
.env("CARGO_TARGET_DIR", &target_dir)
34-
.arg("clippy")
3534
.args(["-p", "subcrate"])
3635
.arg("--no-deps")
3736
.arg("--")
@@ -51,7 +50,6 @@ fn test_no_deps_ignores_path_deps_in_workspaces() {
5150
.current_dir(&cwd)
5251
.env("CARGO_INCREMENTAL", "0")
5352
.env("CARGO_TARGET_DIR", &target_dir)
54-
.arg("clippy")
5553
.args(["-p", "subcrate"])
5654
.arg("--")
5755
.arg("-Cdebuginfo=0") // disable debuginfo to generate less data in the target dir
@@ -78,7 +76,6 @@ fn test_no_deps_ignores_path_deps_in_workspaces() {
7876
.current_dir(&cwd)
7977
.env("CARGO_INCREMENTAL", "0")
8078
.env("CARGO_TARGET_DIR", &target_dir)
81-
.arg("clippy")
8279
.args(["-p", "subcrate"])
8380
.arg("--")
8481
.arg("-Cdebuginfo=0") // disable debuginfo to generate less data in the target dir

0 commit comments

Comments
 (0)