zcash_client_backend: Suppress dead code warning.

This commit is contained in:
Kris Nuttycombe 2024-10-09 08:46:49 -06:00
parent 930f893fb4
commit fa42b2e838
1 changed files with 1 additions and 0 deletions

View File

@ -1270,6 +1270,7 @@ pub trait WalletTest: InputSource + WalletRead {
///
/// This type is opaque, and exists for use by tests defined in this crate.
#[cfg(any(test, feature = "test-dependencies"))]
#[allow(dead_code)]
#[derive(Clone, Debug)]
pub struct OutputOfSentTx {
value: NonNegativeAmount,