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
62446b7c60
commit
3e565d56b7
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ fn specialize_drops_stmt<'a, 'i>(
|
|||
// let a = index b; dec b
|
||||
// As a might get dropped as a result of the decrement of b.
|
||||
let mut incremented_children = {
|
||||
let mut todo_children = bumpalo::vec![in &arena; *symbol];
|
||||
let mut todo_children = bumpalo::vec![in arena; *symbol];
|
||||
let mut incremented_children = MutSet::default();
|
||||
|
||||
while let Some(child) = todo_children.pop() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue