summaryrefslogtreecommitdiff
path: root/tools/check-format
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-format')
-rwxr-xr-xtools/check-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-format b/tools/check-format
index 3b68537..bd57435 100755
--- a/tools/check-format
+++ b/tools/check-format
@@ -8,4 +8,4 @@
cd "$(dirname "$0")/.."
npx prettier --check .
-cargo fmt --all --check
+cargo +nightly fmt --all --check