mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 04:26:48 +00:00
Fix #3335 rev1: bool_comparison triggers 3 times on same code
This commit is contained in:
parent
7cfde9cfa9
commit
62f16803e8
@ -103,4 +103,4 @@ fn needless_bool3(x: bool) {
|
||||
|
||||
if x == true { };
|
||||
if x == false { };
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user