docs(ref): Remove duplicate MSRV comment about MSRV

Previousl, we've added a -note to each item in a consistent style.
This commit is contained in:
Ed Page 2024-09-24 15:07:30 -05:00
parent 9d66d13e44
commit f42831b356

View File

@ -167,9 +167,6 @@ Rust language and compiler your package can be compiled with. If the currently
selected version of the Rust compiler is older than the stated version, cargo
will exit with an error, telling the user what version is required.
The first version of Cargo that supports this field was released with Rust 1.56.0.
In older releases, the field will be ignored, and Cargo will display a warning.
```toml
[package]
# ...