Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Dec 23, 2023
1 parent aeedc0f commit 3f833ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion volo-thrift/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use std::{
cell::RefCell,
marker::PhantomData,
sync::{atomic::AtomicI32, Arc}, collections::HashMap,
sync::{atomic::AtomicI32, Arc},
};

use http::{HeaderMap, header::IntoHeaderName, HeaderValue};
Expand Down
6 changes: 3 additions & 3 deletions volo-thrift/src/protocol/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub use binary::TBinaryProtocol;

pub use pilota::thrift::{
binary, TFieldIdentifier, TInputProtocol, TLengthProtocol, TListIdentifier, TMapIdentifier,
TMessageIdentifier, TMessageType, TOutputProtocol, TSetIdentifier, TStructIdentifier, TType,
binary, TInputProtocol, TLengthProtocol,
TMessageIdentifier, TMessageType, TOutputProtocol,
};

0 comments on commit 3f833ad

Please sign in to comment.