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

test(lints): Ensure unused optional dep fires for shadowed dep #14028

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. test(lints): Ensure unused optional dep fires for shadowed dep

    This is a way to have an unused optional dependency before 2024
    edition.
    In prior editions, it is currently a hard error.
    I'm tempted to switch that hard error to this lint in prior editions
    but at minimum, we need to make sure we don't make changes that cause
    this to revert back to a hard error on 2024+
    epage committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a47d41e View commit details
    Browse the repository at this point in the history