Skip to content

Commit 129e168

Browse files
committed
Revert Cargo Book changes for default edition
On #8543 it was introduced a change on the Cargo Book docs where it was incorrectly stated that the default edition for the Cargo Manifest was `2018` when indeed, as @ehuss correctly stated in #8543 (comment) it is not. Therefore, as @Eh2406 asked for, I made the PR reverting this changes and leaving the Cargo Book docs as they were before.
1 parent 6f8546f commit 129e168

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 2018.
115+
default to 2015.
116116

117117
```toml
118118
[package]

0 commit comments

Comments
 (0)