rust/clippy_lints
Philipp Hansch 78b7e8544b
Fix false positive in derive_hash_xor_eq
This fixes a false positive in derive_hash_xor_eq where the lint was
triggering on user-defined traits called `Hash`.
2019-11-11 07:59:53 +01:00
..
src Fix false positive in derive_hash_xor_eq 2019-11-11 07:59:53 +01:00
Cargo.toml bump smallvec to 1.0.0 2019-11-06 17:46:45 +07:00
README.md rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00

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