unstable just

This commit is contained in:
jk
2024-12-06 16:05:28 +01:00
parent ec02821825
commit 709224b31f

View File

@@ -1,6 +1,6 @@
# The `--fmt` command is currently unstable.
# set unstable := true
set unstable := true
default:
@just --list
@@ -21,8 +21,8 @@ test:
# format files
format:
# just --fmt
cargo fmt --check
just --fmt
cargo fmt
# lint
lint: