Skip to content

Commit

Permalink
Merge pull request #373 from Kuadrant/unknown
Browse files Browse the repository at this point in the history
Ignore unknown lints
  • Loading branch information
alexsnaps authored Sep 16, 2024
2 parents 1709328 + e077b20 commit b4f16da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions limitador-server/src/envoy_rls/envoy_types.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(unknown_lints)]
pub mod envoy {
pub mod config {
pub mod core {
Expand Down
2 changes: 1 addition & 1 deletion limitador/src/storage/redis/redis_cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ async fn update_counters<C: ConnectionLike>(
Ok(res)
}

#[allow(clippy::manual_inspect)]
#[allow(unknown_lints, 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 b4f16da

Please sign in to comment.