rust/clippy_lints
Tim Bodeit fff9a8ea9c [comparison_chain] #4827 Check core::cmp::Ord is implemented
Only emit lint, if `cmp` is actually available on the type being
compared. Don't emit lint in cases where only `PartialOrd` is
implemented.
2019-11-24 10:00:06 +01:00
..
src [comparison_chain] #4827 Check core::cmp::Ord is implemented 2019-11-24 10:00:06 +01:00
Cargo.toml bump smallvec to 1.0.0 2019-11-06 17:46:45 +07:00
README.md

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