Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xander42280 committed Oct 9, 2024
1 parent 09eed7e commit 9866274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/cross_table_lookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ pub(crate) struct CtlZData<'a, F: Field> {
pub(crate) filter: Vec<Option<Filter<F>>>,
}

impl<'a, F: Field> CtlData<'a, F> {
impl<F: Field> CtlData<'_, F> {
pub fn len(&self) -> usize {
self.zs_columns.len()
}
Expand Down

0 comments on commit 9866274

Please sign in to comment.