rust-clippy/clippy_lints
Michael Wright 6122612232 Increase cargo_metadata version to 0.9.1
`clippy_lints` makes use of `dep_kinds` on `NodeDep` but this was only
added in versoin 0.9.1. Compiling with 0.9.0 will fail because of this.
2020-05-31 17:38:59 +02:00
..
src Auto merge of #5667 - djugei:master, r=flip1995 2020-05-31 14:26:03 +00:00
Cargo.toml Increase cargo_metadata version to 0.9.1 2020-05-31 17:38:59 +02: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.