Browse Source
Solution to stop the CLI from complaining about deadcode
PR comment
Co-authored-by: arnaucube <root@arnaucube.com>
update-nifs-interface
Nick Dimitriou
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
folding-schemes/src/folding/mova/mod.rs
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
#![allow(unused)]
|
|
|
use crate::commitment::CommitmentScheme;
|
|
|
use crate::commitment::CommitmentScheme;
|
|
|
use crate::transcript::AbsorbNonNative;
|
|
|
use crate::transcript::AbsorbNonNative;
|
|
|
use crate::utils::mle::dense_vec_to_dense_mle;
|
|
|
use crate::utils::mle::dense_vec_to_dense_mle;
|
|
|