Skip to content

Commit

Permalink
allow dead_code and unused_imports until the instruction module…
Browse files Browse the repository at this point in the history
… is added
  • Loading branch information
samkim-crypto committed Apr 26, 2024
1 parent a07b087 commit 4e594dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zk-sdk/src/sigma_proofs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
//!
//! [`ZK Token proof`]: https://docs.solanalabs.com/runtime/zk-token-proof
#![allow(dead_code, unused_imports)]

pub mod errors;

pub mod batched_grouped_ciphertext_validity;
Expand Down

0 comments on commit 4e594dd

Please sign in to comment.