Skip to content

Commit 8ee5c56

Browse files
committed
just: remove Cargo.lock on just clean
1 parent e1d94ca commit 8ee5c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ clean:
3939
rm -fRd encrypted_backup.profdata
4040
rm -fRd coverage
4141
rm -fRd *.profraw
42+
rm -fRd Cargo.lock
4243

4344
test:
4445
cargo test --features "rand" -- --nocapture

0 commit comments

Comments
 (0)