rust-clippy/tests/ui/branches_sharing_code
xFrednet 61e280863f Fixed branches_sharing_code FP with block expressions in else
And added `branches_sharing_code` PF note to lint doc for `rust-clippy#7452`
2021-07-14 21:37:17 +02:00
..
false_positives.rs Fixed branches_sharing_code FP with block expressions in else 2021-07-14 21:37:17 +02:00
shared_at_bottom.rs parent_node_is_if_expr now also recognizes if let as parent if 2021-04-14 20:06:26 +02:00
shared_at_bottom.stderr Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
shared_at_top.rs Added inferred local type comparion to SpanlessEq 2021-04-14 20:06:26 +02:00
shared_at_top.stderr Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
shared_at_top_and_bottom.rs Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
shared_at_top_and_bottom.stderr Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
valid_if_blocks.rs Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
valid_if_blocks.stderr Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00