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 clippy warnings #666

Closed
wants to merge 7 commits into from
Closed

Fix clippy warnings #666

wants to merge 7 commits into from

Commits on Apr 1, 2023

  1. Fix clippy warnings

    - `clippy::needless_borrowed_reference`
    nickelc committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    5f0603c View commit details
    Browse the repository at this point in the history
  2. - clippy::unnecessary_cast

    nickelc committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    8625fb3 View commit details
    Browse the repository at this point in the history
  3. - clippy::iter_kv_map

    nickelc committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    75f6d23 View commit details
    Browse the repository at this point in the history
  4. - clippy::box_default

    nickelc committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c5b0c27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b981d7 View commit details
    Browse the repository at this point in the history
  6. - clippy::needless_borrow

    nickelc committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    7a11259 View commit details
    Browse the repository at this point in the history
  7. - clippy::ptr_arg

    nickelc committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    2f54638 View commit details
    Browse the repository at this point in the history