diff --git a/src/lib.rs b/src/lib.rs index af59122..866fb9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -152,7 +152,7 @@ pub trait PublicConstraintSystem: ConstraintSystem { /// Represents the type of the "root" of this constraint system /// so that nested namespaces can minimize indirection. - type PublicRoot: PublicConstraintSystem; + type PublicRoot: PublicConstraintSystem; /// Allocate a public variable in the constraint system. The provided function is used to /// determine the assignment of the variable.