]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/chars_cmp_with_unwrap.rs
Split out `infalliable_detructuring_match`
[rust.git] / clippy_lints / src / methods / chars_cmp_with_unwrap.rs
2022-02-07 borsAuto merge of #8305 - camsteffen:util-cleanup, r=flip1995
2022-02-06 borsAuto merge of #8326 - matthiaskrgr:warn_on_multi_config...
2022-02-06 borsAuto merge of #8398 - Jarcho:unordered_transmute, r...
2022-02-05 borsAuto merge of #8372 - tamaroning:unwrap_used, r=llogiq
2022-02-05 borsAuto merge of #8376 - dswij:8373, r=camsteffen
2022-01-31 dswijFix `chars_next_cmp` suggestion not escaped
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-22 borsAuto merge of #6950 - Sciencentistguy:master, r=phansch
2021-03-22 borsAuto merge of #6896 - TaKO8Ki:refactor-lints-in-methods...
2021-03-17 Takayuki Maedaextract conditions for `from_iter_instead_of_collect...
2021-03-17 Takayuki Maedamove chars_cmp_with_unwrap, chars_last_cmp and chars_ne...