Skip to content

Commit c40177c

Browse files
committed
fix linter
1 parent 09ede3d commit c40177c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-suite/src/sg_eth_airdrop/setup/execute_msg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub fn instantiate_contract(params: InstantiateParams) -> Result<cosmwasm_std::A
5454
)
5555
}
5656

57+
#[allow(clippy::result_large_err)]
5758
pub fn execute_contract_with_msg(
5859
msg: ExecuteMsg,
5960
app: &mut App,

0 commit comments

Comments
 (0)