mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
8fe8bad96b
couple more clippy fixes (let_and_return, if_same_then_else) * summarize if-else-code with identical blocks (clippy::if_same_then_else) * don't create variable bindings just to return the bound value immediately (clippy::let_and_return)