File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clip
19
19
cd clippy_workspace_tests/src && PATH=$PATH :~ /rust/cargo/bin cargo clippy -- -D clippy::all && cd ../..
20
20
cd clippy_workspace_tests/subcrate && PATH=$PATH :~ /rust/cargo/bin cargo clippy -- -D clippy::all && cd ../..
21
21
cd clippy_workspace_tests/subcrate/src && PATH=$PATH :~ /rust/cargo/bin cargo clippy -- -D clippy::all && cd ../../..
22
+ cd clippy_dev && PATH=$PATH :~ /rust/cargo/bin cargo clippy -- -D clippy::all && cd ..
22
23
# test --manifest-path
23
24
PATH=$PATH :~ /rust/cargo/bin cargo clippy --manifest-path=clippy_workspace_tests/Cargo.toml -- -D clippy::all
24
25
cd clippy_workspace_tests/subcrate && PATH=$PATH :~ /rust/cargo/bin cargo clippy --manifest-path=../Cargo.toml -- -D clippy::all && cd ../..
You can’t perform that action at this time.
0 commit comments