Skip to content

Commit fe70046

Browse files
committed
docs(ref): Remove reference to interplay of rust-version/edition
Ideally, we have rust-version checks on more fields and we shouldn't have to specify every variant of this. By removing this, it gives us more breathing room to expand the text more generally.
1 parent f42831b commit fe70046

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ rust-version = "1.56"
176176
The Rust version must be a bare version number with two or three components; it
177177
cannot include semver operators or pre-release identifiers. Compiler pre-release
178178
identifiers such as -nightly will be ignored while checking the Rust version.
179-
The `rust-version` must be equal to or newer than the version that first
180-
introduced the configured `edition`.
181179

182180
The `rust-version` may be ignored using the `--ignore-rust-version` option.
183181

0 commit comments

Comments
 (0)