Skip to content

Commit

Permalink
Remove must_use annotation from setup_with_custom_srs
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Aug 22, 2024
1 parent d149d2b commit 34aa857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kimchi/src/tests/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ where
}

/// creates the indexes
#[must_use]
pub(crate) fn setup_with_custom_srs<F: FnMut(D<G::ScalarField>, usize) -> OpeningProof::SRS>(
mut self,
get_srs: F,
Expand Down

0 comments on commit 34aa857

Please sign in to comment.