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

rustc: remove deprecated private_in_public lint #2886

Closed
wants to merge 1 commit into from

Commits on Feb 19, 2024

  1. rustc: remove deprecated private_in_public lint

    The `private_in_public` rustc lint is now deprecated and throws a
    warning on each `cargo check`. According to the rfc [0] this lint is
    being substituted by three other ones: `private_interfaces`,
    `private_bounds` and `unnameable_types`.
    `unnameable_types` is not yet stabilized [1], so it will throw a warning,
    but we will be ready when it is :)
    
    [0]: https://rust-lang.github.io/rfcs/2145-type-privacy.html
    [1]: rust-lang/rust#120144
    kaffarell committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f4552a1 View commit details
    Browse the repository at this point in the history