mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
update with new clippy lints
This commit is contained in:
parent
51b360b578
commit
0dd2cec09a
22 changed files with 53 additions and 77 deletions
|
@ -166,8 +166,7 @@ fn sort_type_defs_before_introduction(
|
|||
Ok(result) => result
|
||||
.iter()
|
||||
.rev()
|
||||
.map(|group_index| sccs[*group_index].iter())
|
||||
.flatten()
|
||||
.flat_map(|group_index| sccs[*group_index].iter())
|
||||
.copied()
|
||||
.collect(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue