Skip to content

Commit

Permalink
fix doc tests not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Jan 21, 2025
1 parent f4c77bb commit d0d9698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/semaphore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ semaphore = { git = "https://github.com/worldcoin/semaphore-rs" }
Example as in `src/lib.rs`, run with `cargo test`.

```rust,no_run
use semaphore::{get_supported_depths, hash_to_field, Field, identity::Identity,
use semaphore_rs::{get_supported_depths, hash_to_field, Field, identity::Identity,
poseidon_tree::LazyPoseidonTree, protocol::*};
use num_bigint::BigInt;
Expand Down

0 comments on commit d0d9698

Please sign in to comment.