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

Remove except in suspicious_else_formatting #3960

Merged
merged 3 commits into from
Apr 14, 2019
Merged

Commits on Apr 14, 2019

  1. Remove except in suspicious_else_formatting

    This was causing two different ICEs in rust-lang#3741.
    The first was fixed in rust-lang#3925.
    
    The second one is fixed with this commit: We just don't `expect`
    anymore. If the snippet doesn't contain an `else`, we stop emitting the
    lint because it's not a suspiciously formatted else anyway.
    phansch committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    96c34e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad27e3f View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    phansch committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    289a9af View commit details
    Browse the repository at this point in the history