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 rustc & clippy warnings for nightly (2021-09-16) #629

Merged
merged 2 commits into from
Sep 22, 2021

Commits on Sep 18, 2021

  1. Fix clippy warnings for nightly (2021-09-16)

    Clippy/rustc commit e4828d5b7
    sharnoff committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    f123694 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Clarify that fields read in Debug are unused

    Adds a comment about the change from 2021-09-11 that causes the fields
    of `IdentifySystem` to be marked as unused, even though we log the
    entire struct.
    sharnoff committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9b3f984 View commit details
    Browse the repository at this point in the history