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 emit enum_variant_names if remainder starts with a numeric #4345

Merged
merged 1 commit into from
Aug 7, 2019

Commits on Aug 6, 2019

  1. Don't emit enum_variant_names if remainder starts with a numeric

    As [per the reference](https://doc.rust-lang.org/reference/identifiers.html),
    identifiers must start with a letter. So we don't suggest a better
    variant naming in these cases.
    
    Fixes rust-lang#739
    phansch committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0a988c6 View commit details
    Browse the repository at this point in the history