chore(solc): remove unused generic

This commit is contained in:
Georgios Konstantopoulos 2023-02-13 17:07:20 -08:00
parent a064657234
commit 5f08a2d931
1 changed files with 1 additions and 1 deletions

View File

@ -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<T: Serialize>(
pub async fn async_compile_source(
&self,
path: impl AsRef<Path>,
) -> Result<CompilerOutput> {