rust/clippy_lints
bors eaffd0e418 Auto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq3574, r=ebroto
Identical arguments on assert macro family

Lint when identical args are used on `assert_eq!`, `debug_assert_eq!`, `assert_ne!` and `debug_assert_ne!` macros.

Added to the lint `eq_op`.

Common functions added to `utils/higher.rs`

Fixes: #3574
Fixes: #4694

changelog: Lint on identical args when calling `assert_eq!`, `debug_assert_eq!`, `assert_ne!` and `debug_assert_ne!` macros
2020-10-19 19:50:12 +00:00
..
src Auto merge of #6167 - ThibsG:IdenticalArgumentsAssertEq3574, r=ebroto 2020-10-19 19:50:12 +00:00
Cargo.toml bump cargo_metadata version 2020-10-16 22:11:37 +02:00
README.md

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