From 323f58d56616fce50f888839c0381e7851605c71 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 17 Oct 2025 09:12:08 -0300 Subject: [PATCH] clippy --- integration_tests/src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integration_tests/src/lib.rs b/integration_tests/src/lib.rs index deeb579..78eadec 100644 --- a/integration_tests/src/lib.rs +++ b/integration_tests/src/lib.rs @@ -9,10 +9,7 @@ use common::{ transaction::{EncodedTransaction, NSSATransaction}, }; use log::{info, warn}; -use nssa::{ - Address, PrivacyPreservingTransaction, PrivateKey, ProgramDeploymentTransaction, - privacy_preserving_transaction::witness_set, program::Program, -}; +use nssa::{Address, PrivacyPreservingTransaction, ProgramDeploymentTransaction, program::Program}; use nssa_core::{ Commitment, NullifierPublicKey, encryption::shared_key_derivation::Secp256k1Point, };