commit working changes so far
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user