Browse Source

消除警告

JiahengHe 1 năm trước cách đây
mục cha
commit
5fb19a3cf4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      standard/src/coinex_swap.rs

+ 1 - 1
standard/src/coinex_swap.rs

@@ -10,7 +10,7 @@ use rust_decimal::prelude::{FromPrimitive, ToPrimitive};
 use serde_json::{Value};
 use tokio::spawn;
 use tokio::time::Instant;
-use tracing::{error, info, trace, warn};
+use tracing::{error, info, trace};
 use exchanges::coinex_swap_rest::CoinexSwapRest;
 use crate::{Platform, ExchangeEnum, Account, Position, Ticker, Market, Order, OrderCommand, PositionModeEnum};
 use global::trace_stack::TraceStack;