Skip to content

Commit fa03427

Browse files
committed
fix doc test
1 parent 7317fef commit fa03427

File tree

1 file changed

+7
-2
lines changed
  • rust/catalyst-voting/src

1 file changed

+7
-2
lines changed

rust/catalyst-voting/src/lib.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
//!
33
//! ```rust
44
//! use catalyst_voting::{
5-
//! decrypt_tally, encrypt_vote, generate_tally_proof, tally, verify_tally_proof,
6-
//! DecryptionTallySetup, SecretKey, Vote,
5+
//! tally::{
6+
//! decrypt_tally,
7+
//! proof::{generate_tally_proof, verify_tally_proof},
8+
//! tally, DecryptionTallySetup,
9+
//! },
10+
//! voter::{encrypt_vote, Vote},
11+
//! SecretKey,
712
//! };
813
//!
914
//! struct Voter {

0 commit comments

Comments
 (0)