Fix #3335 rev1: bool_comparison triggers 3 times on same code

This commit is contained in:
Giorgio Gambino 2018-10-28 16:28:17 +01:00
parent 7cfde9cfa9
commit 62f16803e8
1 changed files with 1 additions and 1 deletions

View File

@ -103,4 +103,4 @@ fn needless_bool3(x: bool) {
if x == true { }; if x == true { };
if x == false { }; if x == false { };
} }