rust/clippy_lints
Mara Bos e5a1f22f48 Initial support for Rust 2021.
Clippy treated Rust 2021 as Rust 2015, because 2018 was checked with
`==` instead of `>=`. This fixes that, such that 2018-specific things
are also enabled for 2021.
2021-01-01 16:21:31 +01:00
..
src Initial support for Rust 2021. 2021-01-01 16:21:31 +01:00
Cargo.toml make clippy version number correspond to rustc version number. 2020-12-31 16:29:26 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.