summaryrefslogtreecommitdiff
path: root/tools/reformat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/reformat')
-rwxr-xr-xtools/reformat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/reformat b/tools/reformat
index 4dfe7c3..00d61ef 100755
--- a/tools/reformat
+++ b/tools/reformat
@@ -7,4 +7,4 @@
cd "$(dirname "$0")/.."
npx prettier --write .
-cargo fmt --all
+cargo +nightly fmt --all