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

Update for new lints arriving in 1.72 stable #416

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 6, 2023

  1. Update for new lints arriving in 1.72 stable

    Previously there were extra spaces before some braces that cargo fmt
    1.72 now removes. We also only suppressed the
    `incorrect_clone_impl_on_copy_type` clippy warning on beta. This is now
    suppressed for both stable and beta CI runs. This is *not* suppressed at
    globally or at the usage location as it would violate our 1.62.1 MSRV.
    nick-mobilecoin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    52adcf1 View commit details
    Browse the repository at this point in the history