Skip to content

Commit

Permalink
fix: clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani committed Dec 4, 2023
1 parent 8fe936a commit 4f7ed5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/routes/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ impl AppState {

#[cfg(all(feature = "kms", feature = "olap"))]
{
#[allow(clippy::expect_used)]
conf.connector_onboarding = conf
.connector_onboarding
.decrypt_inner(kms_client)
Expand Down

0 comments on commit 4f7ed5b

Please sign in to comment.