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

Conversation

sarroutbi
Copy link
Contributor

Resolves: #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"

@aplanas
Copy link
Contributor

aplanas commented Sep 20, 2023

the change lgtm after checking the documentation. Maybe is OK to remove the draft flag?

@sarroutbi sarroutbi marked this pull request as ready for review September 21, 2023 07:25
@sarroutbi
Copy link
Contributor Author

the change lgtm after checking the documentation. Maybe is OK to remove the draft flag?

Hello. I will remove the draft flag. The issue happening on fedora-37 tests is not related to this PR, so I am good with it.

Thanks @aplanas

@ansasaki
Copy link
Contributor

/packit retest-failed

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]>
@ansasaki ansasaki force-pushed the 202309191312_remove_private_in_public branch from 88d239d to 931042a Compare September 25, 2023 09:23
@ansasaki ansasaki merged commit d0ae34f into keylime:master Sep 25, 2023
6 of 8 checks passed
@sarroutbi sarroutbi deleted the 202309191312_remove_private_in_public branch October 16, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop unavailable private_in_public linter
6 participants