mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Merge pull request #3444 from daxpedda/patch-1
Additional info to default value of edition.
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user