clippy: Remove unused import (#34050)

This commit is contained in:
Brooks 2023-11-13 17:25:11 -05:00 committed by GitHub
parent 725ab37bf4
commit e9135e2211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
pub use target_arch::*;
use {super::pod, crate::curve25519::ristretto::PodRistrettoPoint};
impl From<(pod::PedersenCommitment, pod::DecryptHandle)> for pod::ElGamalCiphertext {