We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffcf95 commit 28e7a26Copy full SHA for 28e7a26
src/attested_tls.rs
@@ -5,7 +5,6 @@ use parity_scale_codec::{Decode, Encode};
5
use sha2::{Digest, Sha256};
6
use thiserror::Error;
7
use tokio_rustls::rustls::server::{VerifierBuilderError, WebPkiClientVerifier};
8
-use tracing::error;
9
use x509_parser::parse_x509_certificate;
10
11
use std::num::TryFromIntError;
0 commit comments