Skip to content

Commit

Permalink
Solution to stop the CLI from complaining about deadcode
Browse files Browse the repository at this point in the history
PR comment

Co-authored-by: arnaucube <[email protected]>
  • Loading branch information
NiDimi and arnaucube authored Oct 6, 2024
1 parent a38eba0 commit 9e60b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folding-schemes/src/folding/mova/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(unused)]
use crate::commitment::CommitmentScheme;
use crate::transcript::AbsorbNonNative;
use crate::utils::mle::dense_vec_to_dense_mle;
Expand Down

0 comments on commit 9e60b9d

Please sign in to comment.