rust/clippy_lints
Bruno Kirschner fedd3ef711 Allows neg_cmp_op_on_partial_ord for external macros (fixes #2856).
The macro always negates the result of the given comparison in its
internal check which automatically triggered the lint. As its an
external macro there was no chance to do anything about it which lead
to a white listing of all external macros to prevent further issues.
2018-06-20 11:58:15 +02:00
..
src Allows neg_cmp_op_on_partial_ord for external macros (fixes #2856). 2018-06-20 11:58:15 +02:00
Cargo.toml Version bump 2018-06-19 09:56:37 +02:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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