### Summary The `if-then-else` lint is breaking very easily. ### Reproducer ```rust if x { // some comment true } else { true } ``` The `if-then-else` lint is not triggered if the block contains comments. ### Version ```text I tested it in clippy repository directly. ``` ### Additional Labels _No response_