Auto merge of #8543 - CPerezz:manifest_edition_nit, r=Eh2406

Cargo book nitpick in Manifest section

The Manifest section states on the example that the
default edition is 2018, but the lines of text above
state that the default is `2015` which is not correct.

Closes #8541
This commit is contained in:
bors 2020-07-24 22:15:03 +00:00
commit d3360add8a

View File

@ -112,7 +112,7 @@ brackets at the end of each author.
You can opt in to a specific [Rust Edition] for your package with the
`edition` key in `Cargo.toml`. If you don't specify the edition, it will
default to 2015.
default to 2018.
```toml
[package]