Skip to content

Commit 3838fe7

Browse files
committed
cleanup
1 parent 3347003 commit 3838fe7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,9 @@ fmt:
5252
cargo fmt -- --check
5353

5454
clippy:
55-
touch src/main.rs
56-
cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
5755
cargo clippy --workspace --all-features
5856

5957
clippy-nightly:
60-
touch src/main.rs
61-
cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist
6258
cargo +nightly clippy --workspace --all-features
6359

6460
check: fmt clippy test

0 commit comments

Comments
 (0)