From c438661770fce50c81ab6c7b276ca5e40742bc42 Mon Sep 17 00:00:00 2001 From: Daniel Bigos Date: Tue, 21 Jan 2025 14:33:24 +0100 Subject: [PATCH] docs: remove redundant line --- contracts/src/token/erc20/utils/safe_erc20.rs | 1 - 1 file changed, 1 deletion(-) 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,