chore: clippy
This commit is contained in:
parent
ede01ea230
commit
bee751266c
|
@ -8,7 +8,7 @@ use ethers::{
|
||||||
signers::LocalWallet,
|
signers::LocalWallet,
|
||||||
solc::Solc,
|
solc::Solc,
|
||||||
};
|
};
|
||||||
use std::{path::PathBuf, sync::Arc};
|
use std::sync::Arc;
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
async fn test_derive_eip712() {
|
async fn test_derive_eip712() {
|
||||||
|
|
Loading…
Reference in New Issue