Skip to content

Commit

Permalink
clippy: Remove unused import (solana-labs#34050)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Nov 13, 2023
1 parent 725ab37 commit e9135e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zk-token-sdk/src/zk_token_elgamal/convert.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub use target_arch::*;
use {super::pod, crate::curve25519::ristretto::PodRistrettoPoint};

impl From<(pod::PedersenCommitment, pod::DecryptHandle)> for pod::ElGamalCiphertext {
Expand Down

0 comments on commit e9135e2

Please sign in to comment.