]> git.lizzy.rs Git - rust.git/history - tests/ui/collapsible_str_replace.rs
Don't suggest let else in match if the else arm explicitly mentions non obvious paths
[rust.git] / tests / ui / collapsible_str_replace.rs
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-08-31 borsAuto merge of #101249 - matthiaskrgr:rollup-wahnoz8...
2022-08-31 Jason NewcombMerge commit 'f51aade56f93175dde89177a92e3669ebd8e7592...
2022-08-28 Jason NewcombMerge branch 'master' into rustup
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-20 borsAuto merge of #9269 - nahuakang:collapsible_str_replace...
2022-08-20 Nahua KangSimplify lint logic and address code review comments
2022-08-19 Nahua KangAdjust test cases; run cargo dev bless
2022-08-19 Nahua KangRemove checks on char slice; improve lint suggestion
2022-08-19 Nahua KangHandle repeated str::replace calls with single char...
2022-08-19 Nahua KangHandle replace calls with char slices
2022-08-19 Nahua KangExtend and improve initial test cases for collapsible_s...
2022-08-19 Nahua KangRegister new lint collapsible_str_replace to methods