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

Add impl_trait_in_params lint #10197

Merged
merged 9 commits into from
Feb 21, 2023
Merged

Add impl_trait_in_params lint #10197

merged 9 commits into from
Feb 21, 2023

Commits on Feb 15, 2023

  1. Add impl_trait_param lint

    As this is a lint about "style", and a purely cosmetical choice (using `<A: Trait>` over `impl Trait`), a lot of other files needed to be allowed this lint.
    blyxyas committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8ec9543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade4c9b View commit details
    Browse the repository at this point in the history
  3. Exec cargo dev update_lints

    blyxyas committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6c9983b View commit details
    Browse the repository at this point in the history
  4. Tests pass

    blyxyas committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    bdf4fd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a2245d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aa06b7 View commit details
    Browse the repository at this point in the history
  7. Fix lint message

    blyxyas committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4166b7d View commit details
    Browse the repository at this point in the history
  8. Remove commented code

    blyxyas committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6ef34bf View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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