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

Add non_exhaustive_omitted_patterns lint related to rfc-2008-non_exhaustive #86809

Merged
merged 1 commit into from
Sep 16, 2021

Commits on Sep 14, 2021

  1. Add reachable_patterns lint to rfc-2008-non_exhaustive

    Add linting on non_exhaustive structs and enum variants
    
    Add ui tests for non_exhaustive reachable lint
    
    Rename to non_exhaustive_omitted_patterns and avoid triggering on if let
    DevinR528 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    33a06b7 View commit details
    Browse the repository at this point in the history