mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fmt+clippy
This commit is contained in:
parent
9a49f3a876
commit
c745c08071
3 changed files with 3 additions and 3 deletions
|
@ -565,7 +565,7 @@ fn fix_values_captured_in_closure_def(
|
|||
}
|
||||
|
||||
fn fix_values_captured_in_closure_defs(
|
||||
defs: &mut Vec<crate::def::Def>,
|
||||
defs: &mut [crate::def::Def],
|
||||
no_capture_symbols: &mut VecSet<Symbol>,
|
||||
) {
|
||||
// recursive defs cannot capture each other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue