Skip to content

Commit c9534b2

Browse files
committed
fix: suppress clippy type_complexity for builder_fn field
1 parent 2ee2d37 commit c9534b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crypto/stark/src/lookup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ pub struct AirWithBuses<
811811
/// Optional AirBuilder-based constraint evaluator for table-specific constraints.
812812
/// When set, the closure is called first in `eval_constraints_with_builder()`,
813813
/// followed by the LogUp constraints.
814+
#[allow(clippy::type_complexity)]
814815
builder_fn: Option<Box<dyn Fn(&mut dyn crate::air_builder::AirBuilder<E>) + Send + Sync>>,
815816
}
816817

0 commit comments

Comments
 (0)