mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
93c6f9ebed
feat(fix): ignore `todo!` and `unimplemented!` in `if_same_then_else` close: #8836 take over: #8853 This PR adds check `todo!` and `unimplemented!` in if_same_then_else. ( I thought `unimplemented` should not be checked as well as todo!.) Thank you in advance. changelog: ignore todo! and unimplemented! in if_same_then_else r? `@Jarcho` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |