Skip to content

Commit f42831b

Browse files
committed
docs(ref): Remove duplicate MSRV comment about MSRV
Previousl, we've added a -note to each item in a consistent style.
1 parent 9d66d13 commit f42831b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/src/reference/manifest.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ Rust language and compiler your package can be compiled with. If the currently
167167
selected version of the Rust compiler is older than the stated version, cargo
168168
will exit with an error, telling the user what version is required.
169169

170-
The first version of Cargo that supports this field was released with Rust 1.56.0.
171-
In older releases, the field will be ignored, and Cargo will display a warning.
172-
173170
```toml
174171
[package]
175172
# ...

0 commit comments

Comments
 (0)