Janitor: Fix stray @ in patterns

This commit is contained in:
Tobias Hunger 2022-01-28 15:48:10 +01:00 committed by Tobias Hunger
parent 842f75e653
commit cc568a63f5
3 changed files with 3 additions and 3 deletions

View file

@ -1236,7 +1236,7 @@ fn access_item_rc(pr: &llr::PropertyReference, ctx: &EvaluationContext) -> Token
}
parent_reference
}
other @ _ => other,
other => other,
};
match pr {