rust/clippy_lints
Matthias Krüger df7cff31dc clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
Turn on pedantic lints in dogfood and base tests.

needless_bool: fix clippy::items-after-statements
redundant_pattern_matching: fix clippy::similar-names
mods.rs: fix clippy::explicit-iter-loop
returns.rs: allow clippy::cast-possible-wrap

Fixes #3172
2018-11-02 12:16:43 +01:00
..
src clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase. 2018-11-02 12:16:43 +01:00
Cargo.toml remove cargo edition 2018 feature gate. 2018-09-30 11:12:24 +02:00
README.md

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