diff --git a/Makefile b/Makefile index 6c6fdeb7..ab16f269 100644 --- a/Makefile +++ b/Makefile @@ -52,13 +52,9 @@ fmt: cargo fmt -- --check clippy: - touch src/main.rs - cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist cargo clippy --workspace --all-features clippy-nightly: - touch src/main.rs - cargo clean -p gitui -p asyncgit -p scopetime -p filetreelist cargo +nightly clippy --workspace --all-features check: fmt clippy test