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

Remove private_in_public #656

Merged

Commits on Sep 25, 2023

  1. Remove private_in_public

    Resolves: keylime#652
    
    According to The Rust RFC Book type privacy chapter:
    https://rust-lang.github.io/rfcs/2145-type-privacy.html
    "private_in_public" compatibility lint will be removed
    and its uses will be reported as warnings by
    "renamed_and_removed_lints"
    
    Signed-off-by: Sergio Arroutbi <[email protected]>
    sarroutbi authored and ansasaki committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    931042a View commit details
    Browse the repository at this point in the history