rust/clippy_lints
xd009642 f71d59e6a6 Lint for type repetition in trait bounds.
This lint adds warning if types are redundantly repeated in trait bounds i.e. `T: Copy, T: Clone` instead of `T: Copy + Clone`. This is a late pass trait lint and has necessitated the addition of code to allow hashing of TyKinds without taking into account Span information.
2019-07-24 21:14:21 +01:00
..
2019-07-19 07:29:25 +02:00

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