Skip to content

Commit fd1362a

Browse files
author
BO41
authored
Align string type for edition (#4197)
1 parent 34f97b6 commit fd1362a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Configurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ fn main() {
519519

520520
Specifies which edition is used by the parser.
521521

522-
- **Default value**: `2015`
523-
- **Possible values**: `2015`, `2018`
522+
- **Default value**: `"2015"`
523+
- **Possible values**: `"2015"`, `"2018"`
524524
- **Stable**: Yes
525525

526526
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
26212621
// magna aliqua. Ut enim ad minim veniam, quis nostrud
26222622
// exercitation ullamco laboris nisi ut aliquip ex ea
26232623
// commodo consequat.
2624-
```
2624+
```

0 commit comments

Comments
 (0)