This commit is contained in:
Daniel Lubarov 2021-05-13 21:36:25 -07:00
parent 18d59ec9de
commit 78af8830cb

View File

@ -74,7 +74,6 @@ pub trait WitnessGenerator<F: Field>: 'static + Send + Sync {
}
/// A generator which runs once after a list of dependencies is present in the witness.
// TODO: Remove Debug. Here temporarily to debug generator issues.
pub trait SimpleGenerator<F: Field>: 'static + Send + Sync {
fn dependencies(&self) -> Vec<Target>;