We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e639bdc commit 5324cd6Copy full SHA for 5324cd6
Cargo.toml
@@ -43,7 +43,7 @@ rustls-tls-manual-roots = ["__rustls"]
43
rustls-tls-webpki-roots = ["webpki-roots", "__rustls"]
44
rustls-tls-native-roots = ["rustls-native-certs", "__rustls"]
45
46
-blocking = ["futures-util/io", "tokio/rt-multi-thread", "tokio/sync"]
+blocking = ["futures-util/io", "tokio/sync"]
47
48
cookies = ["cookie_crate", "cookie_store"]
49
src/blocking/client.rs
@@ -1172,7 +1172,7 @@ impl Default for Timeout {
1172
}
1173
1174
1175
-pub(crate) struct KeepCoreThreadAlive(Option<Arc<InnerClientHandle>>);
+pub(crate) struct KeepCoreThreadAlive(#[allow(unused)] Option<Arc<InnerClientHandle>>);
1176
1177
impl KeepCoreThreadAlive {
1178
pub(crate) fn empty() -> KeepCoreThreadAlive {
0 commit comments