swarnim-deepsource / dummy-rust-test

Errors detected in .deepsource.toml. Additional properties are not allowed ('cyclomaticcomplexitythreshold' was unexpected) in meta for analyzer "rust" (Docs)

Found useless if block RS-W1010
Anti-pattern
Minor
1 occurrence in this check
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