This commit is contained in:
Folkert 2021-06-13 17:21:14 +02:00
parent 26c910cdb3
commit b00dcbd6f0
2 changed files with 18 additions and 11 deletions

View file

@ -73,7 +73,7 @@ where
*target = *source;
}
return name_bytes;
name_bytes
}
pub fn spec_program<'a, I>(procs: I) -> Result<morphic_lib::Solutions>