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

Streamline lint checking #99888

Merged
merged 3 commits into from
Jul 30, 2022
Merged

Commits on Jul 29, 2022

  1. Remove some early check_* functions.

    They're not used by rustc or clippy.
    nnethercote committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ab44b5a View commit details
    Browse the repository at this point in the history
  2. Remove visit_name from the AST visitor.

    Because the default is empty and it's never overridden. This means
    `walk_ident` can also be removed, because it does nothing.
    nnethercote committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    6dced80 View commit details
    Browse the repository at this point in the history
  3. Remove some late check_* functions.

    They're not used by rustc or clippy.
    nnethercote committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    74e9a29 View commit details
    Browse the repository at this point in the history