Skip to content

Commit

Permalink
chore(solc): remove unused generic
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Feb 14, 2023
1 parent a064657 commit 5f08a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-solc/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 5f08a2d

Please sign in to comment.