]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/manual_let_else.rs
Don't fire the lint if there is a type annotation
[rust.git] / clippy_lints / src / manual_let_else.rs
2022-10-24 est31Don't fire the lint if there is a type annotation
2022-10-24 oxalicaDon't lint if the let is already a let-else
2022-10-24 est31Make an attempt of creating suggestions
2022-10-24 est31Make the match checking configurable
2022-10-24 est31Replace from_different_macros with equivalent and simpl...
2022-10-24 est31Don't suggest let else in match if the else arm explici...
2022-10-24 est31Support tuples
2022-10-24 est31Also support linting for match
2022-10-24 est31Add lint to tell about let else pattern