rust/clippy_utils/src
bors 93c6f9ebed Auto merge of #9006 - kyoto7250:issue-8836-v2, r=Jarcho
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`
2022-06-20 15:08:32 +00:00
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ast_utils.rs Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot 2022-05-23 07:43:50 +02:00
attrs.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-06-16 16:04:06 +02:00
diagnostics.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-06-04 12:53:27 +02:00
eager_or_lazy.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
higher.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
hir_utils.rs Auto merge of #9006 - kyoto7250:issue-8836-v2, r=Jarcho 2022-06-20 15:08:32 +00:00
lib.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-06-16 16:04:06 +02:00
macros.rs Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
msrvs.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
numeric_literal.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
paths.rs feat(lint): add default_iter_empty 2022-06-17 21:34:36 +09:00
ptr.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
qualify_min_const_fn.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
source.rs Merge commit 'd9ddce8a22' into clippyup 2022-06-04 13:34:07 +02:00
str_utils.rs Merge commit '0eff589afc' into clippyup 2021-12-30 15:10:43 +01:00
sugg.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Changes to iter_overeager_cloned 2022-06-07 00:40:32 -04:00
usage.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
visitors.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00