From 9368924300a8c248fcf9e5b1d520ccf7b155ab77 Mon Sep 17 00:00:00 2001 From: AlexK Date: Mon, 7 Mar 2022 19:55:53 +0400 Subject: [PATCH] lint --- ethers-solc/tests/project.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ethers-solc/tests/project.rs b/ethers-solc/tests/project.rs index fc495d1f..a8e1d861 100644 --- a/ethers-solc/tests/project.rs +++ b/ethers-solc/tests/project.rs @@ -122,7 +122,6 @@ fn can_compile_yul_sample() { assert_eq!(cache, updated_cache); } - #[test] fn can_compile_configured() { let root = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("test-data/dapp-sample");