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
..
2021-01-01 16:21:31 +01:00

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