checkpoint commit

This commit is contained in:
microproofs
2023-09-05 17:27:13 -04:00
committed by Kasey
parent 0fb9837ddf
commit ced818c455
2 changed files with 38 additions and 31 deletions

View File

@@ -889,7 +889,7 @@ impl AirTree {
module_name: module_name.clone(),
variant_name: variant_name.clone(),
contained_functions: contained_functions
.into_iter()
.iter()
.map(|(params, _)| params.clone())
.collect_vec(),
});