mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Further expand clippy workspace lints
Achieves a notable amount of reduced async and clones.
This commit is contained in:
@@ -395,7 +395,7 @@ async fn mint_and_burn_test() {
|
||||
),
|
||||
1_100_000_000_000,
|
||||
)],
|
||||
Change::new(&view_pair, false),
|
||||
&Change::new(&view_pair, false),
|
||||
vec![Shorthand::transfer(None, serai_addr).encode()],
|
||||
rpc.get_fee(Protocol::v16, FeePriority::Low).await.unwrap(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user