Skip to content

Commit

Permalink
Auto merge of #8551 - CPerezz:manifest_edition_nit, r=Eh2406
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jul 28, 2020
2 parents b49ccad + 129e168 commit 272cfc0
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 272cfc0

Please sign in to comment.