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

Don't mark expression with attributes as not needing parentheses #64472

Merged
merged 1 commit into from
Sep 16, 2019

Commits on Sep 14, 2019

  1. Don't mark expression with attributes as not needing parentheses

    This is not perfectly correct as `#[attr] (5)` will still not lint, but
    it does seem good enough, in particular as the parentheses in that case
    are not unambiguously incorrect.
    Mark-Simulacrum committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    1d33f06 View commit details
    Browse the repository at this point in the history