diff --git a/Configurations.md b/Configurations.md index 26dd316fb61..869d152967b 100644 --- a/Configurations.md +++ b/Configurations.md @@ -519,8 +519,8 @@ fn main() { Specifies which edition is used by the parser. -- **Default value**: `2015` -- **Possible values**: `2015`, `2018` +- **Default value**: `"2015"` +- **Possible values**: `"2015"`, `"2018"` - **Stable**: Yes 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 // magna aliqua. Ut enim ad minim veniam, quis nostrud // exercitation ullamco laboris nisi ut aliquip ex ea // commodo consequat. -``` \ No newline at end of file +```