mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Clippy
This commit is contained in:
parent
93dc3714de
commit
5e950134c3
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ impl<'r, 'a> Iterator for PatternBindingIter<'r, 'a> {
|
|||
}
|
||||
Underscore => None,
|
||||
As(pat, symbol) => {
|
||||
*self = One(&**pat, layout);
|
||||
*self = One(pat, layout);
|
||||
(*symbol, layout).into()
|
||||
}
|
||||
RecordDestructure(destructs, _) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue