rust/clippy_lints
Allen Hsu 171d082433 Compare where predicates to trait bounds.
- only compare where predicates to trait bounds when generating where
  clause specific message to fix #9151
- use comparable_trait_ref to account for trait bound generics to fix #8757
2022-08-02 22:00:04 +10:00
..

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