From 83df2641174a7d33c7bf99b26a1e1eaba1e310db Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Mon, 30 Sep 2024 06:35:24 +0900 Subject: [PATCH] chore: Update `justfile` --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b09f63c..d289d69 100644 --- a/justfile +++ b/justfile @@ -39,7 +39,7 @@ default: build # Apply lint suggestions @clippy-fix: - cargo clippy --fix --allow-dirty --allow-staged -- -D warnings + cargo +nightly clippy --fix --allow-dirty --allow-staged -- -D warnings # Run the linter for GitHub Actions workflow files @lint-github-actions: