Skip to content

Commit 272cfc0

Browse files
committed
Auto merge of #8551 - CPerezz:manifest_edition_nit, r=Eh2406
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.
2 parents b49ccad + 129e168 commit 272cfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

+1-1
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)