Skip to content

Commit

Permalink
random clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Dec 2, 2024
1 parent 6deecc2 commit beeaab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosmwasm/contracts/fast-transfer-gateway/src/fills.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub struct FillIndexes<'a> {
pub filler: MultiIndex<'a, Addr, OrderFill, Vec<u8>>,
}

#[allow(clippy::needless_lifetimes)]
impl<'a> IndexList<OrderFill> for FillIndexes<'a> {
fn get_indexes(
&'_ self,
Expand Down

0 comments on commit beeaab6

Please sign in to comment.