Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Feb 27, 2024
1 parent 72918a5 commit 35c0f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multi-transfer-esdt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub trait MultiTransferEsdt:
} else if is_dest_sc {
match &eth_tx.call_data {
Some(call_data) => {
#[allow(clippy::if_same_then_else)]
if call_data.gas_limit < MIN_GAS_LIMIT_FOR_SC_CALL
|| call_data.gas_limit > MAX_GAS_LIMIT_FOR_SC_CALL
{
Expand Down

0 comments on commit 35c0f05

Please sign in to comment.