From 28082e97528a28b784070d92ddd93ca8e3dc1b92 Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 3 Feb 2022 11:57:24 +0100 Subject: [PATCH] Clippy --- starky/src/constraint_consumer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starky/src/constraint_consumer.rs b/starky/src/constraint_consumer.rs index 091215dd..b7c9f399 100644 --- a/starky/src/constraint_consumer.rs +++ b/starky/src/constraint_consumer.rs @@ -105,7 +105,7 @@ impl, const D: usize> RecursiveConstraintConsumer, ) { let filtered_constraint = builder.mul_extension(constraint, self.z_last); - self.constraint(builder, filtered_constraint); + self.constraint_wrapping(builder, filtered_constraint); } /// Add one constraint valid on all rows.