Skip to content

Commit

Permalink
ignore clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas committed Sep 27, 2023
1 parent ccdb03d commit aea8fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substreams/substreams-trigger-filter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn is_success(outcome: &IndexerExecutionOutcomeWithReceipt) -> bool {
.unwrap_or(false)
}

#[allow(clippy::not_unsafe_ptr_arg_deref)]
#[substreams::handlers::map]
fn near_filter(params: String, blk: Block) -> Result<BlockAndReceipts, substreams::errors::Error> {
let mut blk = blk;
Expand Down

0 comments on commit aea8fc4

Please sign in to comment.