rust/clippy_lints
Matthias Krüger 59397d6abb make clippy version number correspond to rustc version number.
clippy 0.1.50 corresponds to rustc 1.50.x

This bumps the clippy version number from 0.0.212 to 0.1.50

Fixes #6499
2020-12-31 16:29:26 +01:00
..
src don't ignore expression after first not matched method call in PtrCloneVisitor 2020-12-28 01:09:04 +03: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.