chore: clippy

This commit is contained in:
DaniPopes 2023-03-21 23:41:51 +01:00
parent ede01ea230
commit bee751266c
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 1 additions and 1 deletions

View File

@ -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() {