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

Enhance match to include multiple targets #911

Merged
merged 5 commits into from
Nov 22, 2023
Merged

Enhance match to include multiple targets #911

merged 5 commits into from
Nov 22, 2023

Commits on Nov 19, 2023

  1. Add ability to or patterns in any context (e.g. in when and let)

    Signed-off-by: max <gmx.sht@gmail.com>
    PizzasBear committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    43e21f8 View commit details
    Browse the repository at this point in the history
  2. Silence clippy and improve test_match_enum_or test

    Signed-off-by: max <gmx.sht@gmail.com>
    PizzasBear committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    00c01d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Removed commented braces

    Signed-off-by: max <gmx.sht@gmail.com>
    PizzasBear committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b8b83e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Minor refactor of the target parser

    Signed-off-by: max <gmx.sht@gmail.com>
    PizzasBear committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f92035e View commit details
    Browse the repository at this point in the history
  2. Undo change from Target::parse to parse_one in let, for and `…

    …if let` statements
    
    Signed-off-by: max <gmx.sht@gmail.com>
    PizzasBear committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1b3d8c2 View commit details
    Browse the repository at this point in the history