We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b60008 commit 4cce676Copy full SHA for 4cce676
justfile
@@ -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