Skip to content

Commit 6f8546f

Browse files
committed
Fix default edition spec in Cargo Book
The Manifest section states on the example that the default edition is 2018, but the lines of text avobe state that the default is `2015` which is not correct. Closes #8541
1 parent d83a2d6 commit 6f8546f

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)