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

Port clippy lint redundant_field_names to compiler #87512

Closed
wants to merge 10 commits into from

Commits on Sep 12, 2021

  1. Introduce the lint

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    8e1ea08 View commit details
    Browse the repository at this point in the history
  2. Fix the lint

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    864ee3c View commit details
    Browse the repository at this point in the history
  3. Rename the lint

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    1f8e1a9 View commit details
    Browse the repository at this point in the history
  4. Fix the lint for ui tests

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7bb92bd View commit details
    Browse the repository at this point in the history
  5. Remove the lint from clippy

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    4ef780c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbabdf7 View commit details
    Browse the repository at this point in the history
  7. Fix the lint again

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    384164f View commit details
    Browse the repository at this point in the history
  8. Register renamed

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    2edd147 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2937256 View commit details
    Browse the repository at this point in the history
  10. Do not lint on macro output

    fee1-dead committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    30829e0 View commit details
    Browse the repository at this point in the history