swarnim-deepsource / dummy-rust-test

Found useless if block RS-W1010
Anti-pattern
2 months ago4 months old
This if body is never executed because false is always false
 1fn main() {
 2    if false { 3        // this is untouched comment
 4        // this is untouched comment
 5        // this is untouched comment