We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef09ffe commit 10199c3Copy full SHA for 10199c3
src/raw_client.rs
@@ -23,6 +23,7 @@ use bitcoin::{Script, Txid};
23
use openssl::ssl::{SslConnector, SslMethod, SslStream, SslVerifyMode};
24
25
#[cfg(any(feature = "rustls", feature = "rustls-ring"))]
26
+#[allow(unused_imports)]
27
use rustls::{
28
pki_types::ServerName,
29
pki_types::{Der, TrustAnchor},
0 commit comments