Skip to content

Commit 4abee64

Browse files
committed
remove extra allow unused
1 parent e030b6e commit 4abee64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mm2src/mm2_main/src/lr_swap/lr_swap_state_machine.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,6 @@ impl AggTakerSwapStateMachine {
896896
}
897897

898898
/// Source coin or token ticker in aggregated swap (before the first liquidity routing)
899-
#[allow(unused)]
900899
fn source_coin(&self) -> Ticker {
901900
if let Some(ref lr_swap_0) = self.lr_swap_0 {
902901
lr_swap_0.src.clone()
@@ -906,7 +905,6 @@ impl AggTakerSwapStateMachine {
906905
}
907906

908907
/// Destination coin or token ticker in aggregated swap (after the final liquidity routing)
909-
#[allow(unused)]
910908
fn destination_coin(&self) -> Ticker {
911909
if let Some(ref lr_swap_1) = self.lr_swap_1 {
912910
lr_swap_1.dst.clone()

0 commit comments

Comments
 (0)