fmt+clippy

This commit is contained in:
Anton-4 2022-05-02 18:33:41 +02:00
parent 9a49f3a876
commit c745c08071
No known key found for this signature in database
GPG key ID: C954D6E0F9C0ABFD
3 changed files with 3 additions and 3 deletions

View file

@ -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