chore(solc): remove unused generic
This commit is contained in:
parent
a064657234
commit
5f08a2d931
|
@ -572,7 +572,7 @@ impl Solc {
|
||||||
#[cfg(feature = "async")]
|
#[cfg(feature = "async")]
|
||||||
impl Solc {
|
impl Solc {
|
||||||
/// Convenience function for compiling all sources under the given path
|
/// 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,
|
&self,
|
||||||
path: impl AsRef<Path>,
|
path: impl AsRef<Path>,
|
||||||
) -> Result<CompilerOutput> {
|
) -> Result<CompilerOutput> {
|
||||||
|
|
Loading…
Reference in New Issue