Skip to content

Commit

Permalink
allow clippy::manual_inspect
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <alex@wcgw.dev>
  • Loading branch information
alexsnaps committed Sep 16, 2024
1 parent 3553dcd commit 04cca26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions limitador/src/storage/redis/redis_cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ async fn update_counters<C: ConnectionLike>(

Ok(res)
}

#[allow(clippy::manual_inspect)]
#[tracing::instrument(skip_all)]
async fn flush_batcher_and_update_counters<C: ConnectionLike>(
mut redis_conn: C,
Expand Down

0 comments on commit 04cca26

Please sign in to comment.