Skip to content

Commit bc4cabd

Browse files
authored
Correct default cargo new edition
I think this is a small typo in the docs but feel free to close this PR if I'm mistaken
1 parent 8eb0e9a commit bc4cabd

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
@@ -126,7 +126,7 @@ set to the latest edition. Setting the `edition` key in
126126
suites, benchmarks, binaries, examples, etc.
127127

128128
If the `edition` key is not set to a specific [Rust Edition] in your
129-
`Cargo.toml`, Cargo will default to 2015.
129+
`Cargo.toml`, Cargo will default to 2018.
130130

131131
```toml
132132
[package]

0 commit comments

Comments
 (0)