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

Suggest adding a semicolon to a closure without block #97371

Merged

Commits on May 24, 2022

  1. Suggest adding a semicolon to a closure without block

    This transforms `|| expr` into `|| { expr; }`.
    ChayimFriedman2 authored May 24, 2022
    Configuration menu
    Copy the full SHA
    bf0193d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Check for can_have_side_effects() and in_external_macro() inside …

    …`suggest_missing_semicolon()`
    ChayimFriedman2 authored May 30, 2022
    Configuration menu
    Copy the full SHA
    6afaffb View commit details
    Browse the repository at this point in the history