Skip to content

Commit 3f833ad

Browse files
committed
chore: lint
1 parent aeedc0f commit 3f833ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

volo-thrift/src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use std::{
99
cell::RefCell,
1010
marker::PhantomData,
11-
sync::{atomic::AtomicI32, Arc}, collections::HashMap,
11+
sync::{atomic::AtomicI32, Arc},
1212
};
1313

1414
use http::{HeaderMap, header::IntoHeaderName, HeaderValue};

volo-thrift/src/protocol/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pub use binary::TBinaryProtocol;
1+
22
pub use pilota::thrift::{
3-
binary, TFieldIdentifier, TInputProtocol, TLengthProtocol, TListIdentifier, TMapIdentifier,
4-
TMessageIdentifier, TMessageType, TOutputProtocol, TSetIdentifier, TStructIdentifier, TType,
3+
binary, TInputProtocol, TLengthProtocol,
4+
TMessageIdentifier, TMessageType, TOutputProtocol,
55
};

0 commit comments

Comments
 (0)