chore: fix clippy

Pull-Request: #4267.
This commit is contained in:
João Oliveira
2023-07-31 06:53:53 +01:00
committed by GitHub
parent 5499333ff3
commit ceccb8e9c0
3 changed files with 206 additions and 278 deletions

View File

@@ -758,10 +758,6 @@ impl From<rsa::PublicKey> for PublicKey {
#[cfg(test)]
mod tests {
use super::*;
#[cfg(feature = "peerid")]
use crate::PeerId;
use base64::prelude::*;
use std::str::FromStr;
#[test]
#[cfg(feature = "ed25519")]