commit working changes so far

This commit is contained in:
Kasey White
2023-02-05 15:35:32 -05:00
committed by Lucas
parent 31cd19f198
commit c32a9d7b6f
3 changed files with 121 additions and 65 deletions

View File

@@ -36,6 +36,7 @@ impl Blueprint<Schema> {
let validators: Result<Vec<_>, Error> = modules
.validators()
.map(|(validator, def)| {
generator.reset();
Validator::from_checked_module(modules, generator, validator, def)
})
.collect();