Skip to content

Commit

Permalink
Revert Cargo Book changes for default edition
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CPerezz committed Jul 28, 2020
1 parent 6f8546f commit 129e168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 2018.
default to 2015.

```toml
[package]
Expand Down

0 comments on commit 129e168

Please sign in to comment.