Merge pull request #3444 from daxpedda/patch-1

Additional info to default value of edition.
This commit is contained in:
Stéphane Campinas 2019-03-13 21:42:41 +01:00 committed by GitHub
commit be5ffc3abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2358,9 +2358,9 @@ Specifies which edition is used by the parser.
- **Possible values**: `2015`, `2018`
- **Stable**: Yes
### Example
If you want to format code that requires edition 2018, add the following to your config file:
Rustfmt is able to pick up the edition used by reading the `Cargo.toml` file if executed
through the Cargo's formatting tool `cargo fmt`. Otherwise, the edition needs to be specified
in your config file:
```toml
edition = "2018"