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 on nightly #2810

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Fix Clippy warnings on nightly #2810

merged 1 commit into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. Fix Clippy warnings on nightly

    Our nightly build is failing due to some dead code warnings that aren't being
    triggered on stable.
    
    This change runs `cargo +nightly clippy --fix` and then manually fixes the
    remaining issues.
    
    This change also updates the nightly and beta workflows so that they may be
    triggered manually.
    olix0r committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d5b1145 View commit details
    Browse the repository at this point in the history