Skip to content

Commit ddb692f

Browse files
committed
update justfile
1 parent 07161a5 commit ddb692f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
lint:
22
cargo fmt --all
3-
cargo clippy --fix
3+
cargo clippy --all-targets --all-features -- -D warnings
4+
45

56
fmt:
67
cargo fmt --check

0 commit comments

Comments
 (0)