Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Oct 5, 2024
1 parent 47511bb commit 8463eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starky/src/cross_table_lookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl<'a, F: Field> CtlZData<'a, F> {
}
}

impl<'a, F: Field> CtlData<'a, F> {
impl<F: Field> CtlData<'_, F> {
/// Returns all the cross-table lookup helper polynomials.
pub(crate) fn ctl_helper_polys(&self) -> Vec<PolynomialValues<F>> {
let num_polys = self
Expand Down

0 comments on commit 8463eff

Please sign in to comment.