File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ fn run_clippy_for_package(project: &str, args: &[&str]) {
72
72
command
73
73
. current_dir ( root_dir. join ( project) )
74
74
. env ( "CARGO_INCREMENTAL" , "0" )
75
- . arg ( "clippy" )
76
75
. arg ( "--all-targets" )
77
76
. arg ( "--all-features" ) ;
78
77
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ fn test_no_deps_ignores_path_deps_in_workspaces() {
31
31
. current_dir ( & cwd)
32
32
. env ( "CARGO_INCREMENTAL" , "0" )
33
33
. env ( "CARGO_TARGET_DIR" , & target_dir)
34
- . arg ( "clippy" )
35
34
. args ( [ "-p" , "subcrate" ] )
36
35
. arg ( "--no-deps" )
37
36
. arg ( "--" )
@@ -51,7 +50,6 @@ fn test_no_deps_ignores_path_deps_in_workspaces() {
51
50
. current_dir ( & cwd)
52
51
. env ( "CARGO_INCREMENTAL" , "0" )
53
52
. env ( "CARGO_TARGET_DIR" , & target_dir)
54
- . arg ( "clippy" )
55
53
. args ( [ "-p" , "subcrate" ] )
56
54
. arg ( "--" )
57
55
. 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() {
78
76
. current_dir ( & cwd)
79
77
. env ( "CARGO_INCREMENTAL" , "0" )
80
78
. env ( "CARGO_TARGET_DIR" , & target_dir)
81
- . arg ( "clippy" )
82
79
. args ( [ "-p" , "subcrate" ] )
83
80
. arg ( "--" )
84
81
. arg ( "-Cdebuginfo=0" ) // disable debuginfo to generate less data in the target dir
You can’t perform that action at this time.
0 commit comments