From 5f08a2d931a6e9c81c25fb12b8b538a88a382b8f Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Mon, 13 Feb 2023 17:07:20 -0800 Subject: [PATCH] chore(solc): remove unused generic --- ethers-solc/src/compile/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/src/compile/mod.rs b/ethers-solc/src/compile/mod.rs index 25d5307f..8fea2f52 100644 --- a/ethers-solc/src/compile/mod.rs +++ b/ethers-solc/src/compile/mod.rs @@ -572,7 +572,7 @@ impl Solc { #[cfg(feature = "async")] impl Solc { /// Convenience function for compiling all sources under the given path - pub async fn async_compile_source( + pub async fn async_compile_source( &self, path: impl AsRef, ) -> Result {