mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
clippy + fmt
This commit is contained in:
parent
fb7fa99b2c
commit
05a61e2210
11 changed files with 55 additions and 65 deletions
|
@ -131,6 +131,8 @@ enum PatternBindingIter<'r, 'a> {
|
|||
|
||||
enum PatternBindingWork<'r, 'a> {
|
||||
Pat(&'r Pattern<'a>),
|
||||
#[allow(dead_code)]
|
||||
// Field will be used once todo is immplemented in next in impl<'r, 'a> Iterator for PatternBindingIter
|
||||
RecordDestruct(&'r DestructType<'a>),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue