diff --git a/contracts/src/token/erc20/utils/safe_erc20.rs b/contracts/src/token/erc20/utils/safe_erc20.rs index 8fcdf272..22aa3b37 100644 --- a/contracts/src/token/erc20/utils/safe_erc20.rs +++ b/contracts/src/token/erc20/utils/safe_erc20.rs @@ -343,7 +343,6 @@ impl SafeErc20 { /// the call. /// * [`Error::SafeErc20FailedOperation`] - If the call returns value that /// is not `true`. - fn call_optional_return( token: Address, call: &impl SolCall,