Skip to content

Commit ab5e900

Browse files
authored
Use stable rustfmt (#2168)
This uses the `rustfmt` from the stable toolchain, instead of nightly. At the moment, nightly's `rustfmt` is nonfunctional, but in general we don't need bleeding-edge formatting (and in fact, the more often formatting changes, the more often we'll get spurious failures on PRs, as we are today). Fixes #2165.
1 parent 1fb2846 commit ab5e900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"command": "yapf3",
1010
"exts": ["py"]
1111
}, {
12-
"command": "rustup run nightly rustfmt --edition 2021",
12+
"command": "rustup run stable rustfmt --edition 2021",
1313
"exts": ["rs"]
1414
}, {
1515
"command": "msgcat -",

0 commit comments

Comments
 (0)