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

Use span of impl/trait in len_without_is_empty error message, rather … #1559

Merged
merged 3 commits into from
Feb 21, 2017

Commits on Feb 19, 2017

  1. Use span of impl/trait in len_without_is_empty error message, rather …

    …than the span of the len method
    theotherphil committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    2dd45b7 View commit details
    Browse the repository at this point in the history
  2. Add test that adding allow attribute on impl block containing len sil…

    …ences len_without_is_empty. Add extra impl block to PubOne to check that this doesn't get flagged@
    theotherphil committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    0396756 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    theotherphil committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    d6a4d2c View commit details
    Browse the repository at this point in the history