We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738e1cb commit 855a7dbCopy full SHA for 855a7db
src/conventions.md
@@ -22,12 +22,9 @@ Formatting is checked by the `tidy` script. It runs automatically when you do
22
`./x test` and can be run in isolation with `./x fmt --check`.
23
24
If you want to use format-on-save in your editor, the pinned version of
25
-`rustfmt` is built under `build/<target>/stage0/bin/rustfmt`. You'll have to
26
-pass the <!-- date-check: nov 2022 --> `--edition=2021` argument yourself when calling
27
-`rustfmt` directly.
+`rustfmt` is built under `build/<target>/stage0/bin/rustfmt`.
28
29
[fmt]: https://github.com/rust-dev-tools/fmt-rfcs
30
-
31
[`rustfmt`]:https://github.com/rust-lang/rustfmt
32
33
### Formatting C++ code
0 commit comments