We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849b0f3 commit ce00667Copy full SHA for ce00667
src/doc/src/reference/manifest.md
@@ -135,7 +135,7 @@ with the latest stable edition. By default `cargo new` creates a manifest with
135
the 2018 edition currently.
136
137
If the `edition` field is not present in `Cargo.toml`, then the 2015 edition is
138
-assumed for backwards compatibility with Rust 1.0. Note that all manifests
+assumed for backwards compatibility. Note that all manifests
139
created with [`cargo new`] will not use this historical fallback because they
140
will have `edition` explicitly specified to a newer value.
141
0 commit comments