Skip to content

Commit

Permalink
Fix doctest bounded by test-dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Feb 27, 2024
1 parent 7ce5bcc commit 9205c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_client_backend/src/data_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ pub trait WalletCommitmentTrees {
) -> Result<(), ShardTreeError<Self::Error>>;
}

#[cfg(any(test, feature = "test-dependencies"))]
#[cfg(any(test, doctest, feature = "test-dependencies"))]
pub mod testing {
use incrementalmerkletree::Address;
use secrecy::{ExposeSecret, SecretVec};
Expand Down

0 comments on commit 9205c3c

Please sign in to comment.