We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdd28c commit 07bef72Copy full SHA for 07bef72
volo-thrift/src/client/mod.rs
@@ -8,7 +8,7 @@
8
use std::{
9
cell::RefCell,
10
marker::PhantomData,
11
- sync::{atomic::AtomicI32, Arc}, collections::HashMap,
+ sync::{atomic::AtomicI32, Arc},
12
};
13
14
use http::{HeaderMap, header::IntoHeaderName, HeaderValue};
0 commit comments