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

Fix unused_assignments false positive #57302

Merged
merged 2 commits into from
Jan 19, 2019

Commits on Jan 3, 2019

  1. Fix unused_assignments false positive

    Make `continue` jump to the loop condition's `LiveNode` instead of one
    of the loop body.
    sinkuu committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6bae4a7 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    `for` loops are no longer closures.
    sinkuu committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    069b0c4 View commit details
    Browse the repository at this point in the history