Skip to content

Commit 8a7fb78

Browse files
committed
chores: clippy
1 parent a4b4a68 commit 8a7fb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/multilinear_extensions/src/expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ pub fn wit_infer_by_monomial_expr<'a, E: ExtensionField>(
12341234
let scalar_evals = flat_expr
12351235
.par_iter()
12361236
.map(|Term { scalar, .. }| {
1237-
eval_by_expr_constant(&pub_io_evals, challenges, scalar)
1237+
eval_by_expr_constant(pub_io_evals, challenges, scalar)
12381238
})
12391239
.collect::<Vec<_>>();
12401240

0 commit comments

Comments
 (0)