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

Clippy fixes #36

Merged
merged 5 commits into from
Nov 22, 2023
Merged

Clippy fixes #36

merged 5 commits into from
Nov 22, 2023

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    8318cdc View commit details
    Browse the repository at this point in the history
  2. clippy: Fix needless lifetimes lints.

    This simplifies some signatures to remove lifetime annotations that
    aren't needed.
    waywardmonkeys committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    dd21084 View commit details
    Browse the repository at this point in the history
  3. clippy: Fix needless borrow lints.

    These borrows are immediately dereferenced by the compiler.
    waywardmonkeys committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5e199e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eb039c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    284f37d View commit details
    Browse the repository at this point in the history