Skip to content

Commit 1fde4db

Browse files
committed
chore: get fmt and fmt-check scripts from main
1 parent 30ed7ac commit 1fde4db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ check:
55
cargo check --all
66

77
fmt:
8-
cargo +nightly fmt --all
8+
cargo +nightly-2024-06-14 fmt --all
9+
10+
fmt-check:
11+
cargo +nightly-2024-06-14 fmt --all --check
912

1013
test:
1114
cargo test

0 commit comments

Comments
 (0)