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 more clippy warnings #73172

Merged
merged 1 commit into from
Jun 11, 2020
Merged

Fix more clippy warnings #73172

merged 1 commit into from
Jun 11, 2020

Commits on Jun 9, 2020

  1. Fix more clippy warnings

    Fixes more of:
    
    clippy::unused_unit
    clippy::op_ref
    clippy::useless_format
    clippy::needless_return
    clippy::useless_conversion
    clippy::bind_instead_of_map
    clippy::into_iter_on_ref
    clippy::redundant_clone
    clippy::nonminimal_bool
    clippy::redundant_closure
    clippy::option_as_ref_deref
    clippy::len_zero
    clippy::iter_cloned_collect
    clippy::filter_next
    matthiaskrgr committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    58023fe View commit details
    Browse the repository at this point in the history