mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Clippy
This commit is contained in:
parent
7c0c0ef02a
commit
627d73e4c0
3 changed files with 6 additions and 8 deletions
|
@ -497,7 +497,7 @@ pub fn constrain_pattern(
|
|||
state.constraints.push(tag_con);
|
||||
state
|
||||
.constraints
|
||||
.extend(state.delayed_is_open_constriants.drain(..));
|
||||
.append(&mut state.delayed_is_open_constriants);
|
||||
}
|
||||
|
||||
UnwrappedOpaque {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue