Skip to content

Commit d3360ad

Browse files
committed
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
2 parents aa68721 + 6f8546f commit d3360ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ brackets at the end of each author.
112112

113113
You can opt in to a specific [Rust Edition] for your package with the
114114
`edition` key in `Cargo.toml`. If you don't specify the edition, it will
115-
default to 2015.
115+
default to 2018.
116116

117117
```toml
118118
[package]

0 commit comments

Comments
 (0)