Skip to content

Commit 23340d5

Browse files
ali-behjatiReisen
authored andcommitted
Clippy
1 parent 454cd03 commit 23340d5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

hermes/src/api/ws.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use {
2626
futures::{
2727
future::join_all,
2828
stream::{
29-
iter,
3029
SplitSink,
3130
SplitStream,
3231
},

hermes/src/store.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ use {
66
StorageInstance,
77
},
88
types::{
9-
AccumulatorMessages,
109
MessageType,
1110
PriceFeedUpdate,
1211
PriceFeedsWithUpdateData,
1312
RequestTime,
14-
Slot,
1513
Update,
1614
},
1715
},
@@ -32,12 +30,9 @@ use {
3230
anyhow,
3331
Result,
3432
},
35-
derive_builder::Builder,
36-
moka::future::Cache,
3733
pyth_oracle::Message,
3834
pyth_sdk::PriceIdentifier,
3935
pythnet_sdk::wire::v1::{
40-
WormholeMerkleRoot,
4136
WormholeMessage,
4237
WormholePayload,
4338
},
@@ -108,7 +103,6 @@ impl Store {
108103
}
109104
}
110105
}
111-
112106
Update::AccumulatorMessages(accumulator_messages) => {
113107
let slot = accumulator_messages.slot;
114108
log::info!("Storing accumulator messages for slot {:?}.", slot,);

0 commit comments

Comments
 (0)