From 709224b31f02daa6fef9f151c459a3b895d144c9 Mon Sep 17 00:00:00 2001 From: jk <47693+sectore@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:05:28 +0100 Subject: [PATCH] unstable `just` --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: