rust-clippy/tests/ui/branches_sharing_code
Jason Newcomb 55563f9ce1 Fixes for branches_sharing_code
* Don't suggest moving modifications to locals used in any of the condition expressions
* Don't suggest moving anything after a local with a significant drop
2022-07-08 20:07:55 -04:00
..
false_positives.rs Fixes for branches_sharing_code 2022-07-08 20:07:55 -04:00
shared_at_bottom.rs Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup 2021-10-07 11:21:30 +02:00
shared_at_bottom.stderr Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
shared_at_top.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
shared_at_top.stderr Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
shared_at_top_and_bottom.rs Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00
shared_at_top_and_bottom.stderr Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_far_away_from_each_other, r=estebank 2022-06-17 12:21:48 +02:00
valid_if_blocks.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
valid_if_blocks.stderr Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00