Support the rust-version
field in Cargo.toml
to specify the MSRV
#7765
Labels
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
The first crates are starting to make use of the
rust-version
field inCargo.toml
, which gets stabilized with the 1.56 version of rust, see rust-lang/rust#65262 and rust-lang/cargo#9732.So far it does not seem like Clippy is able to understand this field. It only supports specifying it in it's own config file and unstably as an inner attribute (Readme).
@rustbot label +C-enhancement
The text was updated successfully, but these errors were encountered: