]> git.lizzy.rs Git - rust.git/blob - tests/ui/renamed_builtin_attr.rs
Don't lint `if_same_then_else` with `if let` conditions
[rust.git] / tests / ui / renamed_builtin_attr.rs
1 // run-rustfix
2
3 #[clippy::cyclomatic_complexity = "1"]
4 fn main() {}