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

Derive more Implementations for RuleResult #217

Merged
merged 1 commit into from
Feb 12, 2020
Merged

Derive more Implementations for RuleResult #217

merged 1 commit into from
Feb 12, 2020

Commits on Feb 11, 2020

  1. Derive more Implementations for RuleResult

    This makes e.g. testing custom helpers returning `RuleResult`s easier,
    as we can just
    `assert_eq!(helper("foo"), RuleResult::Matched(3, expected))`.
    dario23 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    4837a24 View commit details
    Browse the repository at this point in the history