mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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:
commit
d3360add8a
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user