diff --git a/justfile b/justfile index 01951cc..7eda981 100644 --- a/justfile +++ b/justfile @@ -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: