Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a couple of stylistic clippy warnings #76756

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Commits on Sep 15, 2020

  1. 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
    matthiaskrgr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    73d4171 View commit details
    Browse the repository at this point in the history