rust/clippy_lints
bors 54bf4ffd62 Auto merge of #4613 - Lythenas:lint-assert_eq-unit_exprs, r=flip1995
Add check for assert_eq macros to unit_cmp lint

changelog: Add check for unit comparisons through `assert_eq!`, `debug_assert_eq!`, `assert_ne!` and `debug_assert_ne!` macros to unit_cmp lint.

fixes #4481
2019-10-04 10:27:44 +00:00
..
src Auto merge of #4613 - Lythenas:lint-assert_eq-unit_exprs, r=flip1995 2019-10-04 10:27:44 +00:00
Cargo.toml New lint: Require # Safety section in pub unsafe fn docs 2019-09-19 09:19:55 +02:00
README.md

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