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 new lint: match with a single binding statement #5061

Merged
merged 5 commits into from
Feb 4, 2020

Commits on Feb 4, 2020

  1. Add new lint: match with a single binding statement

     - Lint name: MATCH_SINGLE_BINDING
    ThibsG committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    3445d41 View commit details
    Browse the repository at this point in the history
  2. Use span_lint_and_sugg + move infaillible lint

     - moving infaillible lint to prevent collisions
    ThibsG committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    6afd7ea View commit details
    Browse the repository at this point in the history
  3. Add wild and struct handling

    ThibsG committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b29aacf View commit details
    Browse the repository at this point in the history
  4. Merge fixes

    ThibsG committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    53094de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00904cb View commit details
    Browse the repository at this point in the history