rust-clippy/clippy_lints
Philipp Hansch 90e7d93d6c
Fix nonminimal_bool false positive
It was checking any is_ok, is_err, is_some, is_none method for negation
but it should only perform the check for the built-in types, not custom
types.
2018-04-07 12:52:59 +02:00
..
src Fix nonminimal_bool false positive 2018-04-07 12:52:59 +02:00
Cargo.toml Bump version to 0.0.192 2018-04-04 18:00:21 -07: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.