mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Janitor: Fix stray @ in patterns
This commit is contained in:
parent
842f75e653
commit
cc568a63f5
3 changed files with 3 additions and 3 deletions
|
@ -1236,7 +1236,7 @@ fn access_item_rc(pr: &llr::PropertyReference, ctx: &EvaluationContext) -> Token
|
|||
}
|
||||
parent_reference
|
||||
}
|
||||
other @ _ => other,
|
||||
other => other,
|
||||
};
|
||||
|
||||
match pr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue