mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +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,
|
Underscore => None,
|
||||||
As(pat, symbol) => {
|
As(pat, symbol) => {
|
||||||
*self = One(&**pat, layout);
|
*self = One(pat, layout);
|
||||||
(*symbol, layout).into()
|
(*symbol, layout).into()
|
||||||
}
|
}
|
||||||
RecordDestructure(destructs, _) => {
|
RecordDestructure(destructs, _) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue