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

Implement a lint to warn about unused macro rules #96150

Merged
merged 6 commits into from
May 12, 2022

Commits on May 4, 2022

  1. Add unused_macro_rules lint definition

    Not fired yet.
    est31 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3d43be3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    0bd2232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5646e9a View commit details
    Browse the repository at this point in the history
  3. Add tests

    Also rename the test files for the unused_macros lint to avoid confusion.
    The test files now follow a <lint_name><-maybe-decl>.rs scheme.
    est31 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d76a939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3989f02 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    493af0b View commit details
    Browse the repository at this point in the history