We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f97b6 commit fd1362aCopy full SHA for fd1362a
Configurations.md
@@ -519,8 +519,8 @@ fn main() {
519
520
Specifies which edition is used by the parser.
521
522
-- **Default value**: `2015`
523
-- **Possible values**: `2015`, `2018`
+- **Default value**: `"2015"`
+- **Possible values**: `"2015"`, `"2018"`
524
- **Stable**: Yes
525
526
Rustfmt is able to pick up the edition used by reading the `Cargo.toml` file if executed
@@ -2621,4 +2621,4 @@ Break comments to fit on the line
2621
// magna aliqua. Ut enim ad minim veniam, quis nostrud
2622
// exercitation ullamco laboris nisi ut aliquip ex ea
2623
// commodo consequat.
2624
-```
+```
0 commit comments