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

Split redundant_closure lint #4101

Merged
merged 4 commits into from May 16, 2019
Merged

Split redundant_closure lint #4101

merged 4 commits into from May 16, 2019

Commits on May 16, 2019

  1. Split redundant_closure lint

    Move the method checking into a new lint called
    `redundant_closures_for_method_calls` and put it in the pedantic group.
    
    This aspect of the lint seems more controversial than the rest.
    
    cc #3942
    Michael Wright committed May 16, 2019
    Configuration menu
    Copy the full SHA
    4fcaab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373d270 View commit details
    Browse the repository at this point in the history
  3. Add known problems

    Manishearth committed May 16, 2019
    Configuration menu
    Copy the full SHA
    ce63f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08d2a0d View commit details
    Browse the repository at this point in the history