Skip to content

Commit 4cce676

Browse files
committed
Add justfile
1 parent 3b60008 commit 4cce676

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

justfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
default:
2+
@just --list --unsorted --color=always | rg -v " default"
3+
4+
# Format source code
5+
format:
6+
cargo +nightly fmt
7+
8+
clippy:
9+
# rustup component add clippy --toolchain nightly
10+
cargo +nightly clippy --workspace

0 commit comments

Comments
 (0)