]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC
authorTyler Mandry <tmandry@gmail.com>
Wed, 16 Sep 2020 19:24:17 +0000 (12:24 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 19:24:17 +0000 (12:24 -0700)
fix a couple of stylistic clippy warnings

namely:

clippy::redundant_pattern_matching
clippy::redundant_pattern
clippy::search_is_some
clippy::filter_next
clippy::into_iter_on_ref
clippy::clone_on_copy
clippy::needless_return


Trivial merge