allow multiple guards in the same pattern

This commit is contained in:
Folkert 2021-07-12 17:40:49 +02:00
parent a70810b455
commit 7d256067f9
2 changed files with 1 additions and 2 deletions

View file

@ -502,7 +502,6 @@ fn when_on_single_value_tag() {
}
#[test]
#[ignore]
fn if_guard_multiple() {
assert_evals_to!(
indoc!(