mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
more tests
This commit is contained in:
parent
96be287f12
commit
be7288303a
1 changed files with 2 additions and 0 deletions
|
@ -76,4 +76,6 @@ fn equality_stuff() {
|
|||
//|~ HELP it would look like the following
|
||||
//|~ SUGGESTION let _ = false;
|
||||
let _ = a > b && a == b;
|
||||
|
||||
let _ = a != b || !(a != b || c == d);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue