Skip to content

Commit

Permalink
convince clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Oct 28, 2024
1 parent 6e85ce0 commit 1f37e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/tokenomics/incentives/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ fn set_tokens_per_second(
Ok(Response::new().add_attribute("action", "set_tokens_per_second"))
}

#[allow(clippy::too_many_arguments)]
fn update_config(
deps: DepsMut,
info: MessageInfo,
Expand Down

0 comments on commit 1f37e52

Please sign in to comment.