aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-02 12:48:06 +0000
committerFuwn <[email protected]>2025-06-02 12:48:06 +0000
commite0fa9fce6571a8d1624f7fb93b4bbe457341202e (patch)
tree42f1054e27ed3719a46adf779f22fbf61caf94c0 /justfile
parentchore(just): Pin Fuwn/justfiles cargo.just (diff)
downloadseptember-e0fa9fce6571a8d1624f7fb93b4bbe457341202e.tar.xz
september-e0fa9fce6571a8d1624f7fb93b4bbe457341202e.zip
style: Use nightly Rust formatter
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/justfile b/justfile
index bbbdf89..93371e8 100644
--- a/justfile
+++ b/justfile
@@ -1,7 +1,12 @@
import? 'cargo.just'
+set allow-duplicate-recipes := true
+
default:
@just --list
fetch:
curl https://raw.githubusercontent.com/Fuwn/justfiles/a6ca8a1b0475966ad10b68c44311ba3cb8b72a31/cargo.just > cargo.just
+
+fmt:
+ cargo +nightly fmt