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 4f7ed5b commit 9bd620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/routes/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ impl AppState {
};

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

0 comments on commit 9bd620c

Please sign in to comment.