Skip to content

Commit

Permalink
Ignore clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 12, 2024
1 parent 50e02c2 commit 01b684e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/xds/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ impl Drop for DeltaSubscription {
impl AdsClient {
/// Attempts to start a new delta stream to the xDS management server, if the
/// management server does not support delta xDS we return the client as an error
#[allow(clippy::type_complexity)]
pub async fn delta_subscribe<C: crate::config::Configuration>(
self,
config: Arc<C>,
Expand Down
1 change: 1 addition & 0 deletions src/components/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ impl Proxy {
shutdown_rx.clone(),
);

#[allow(clippy::type_complexity)]
const SUBS: &[(&str, &[(&str, Vec<String>)])] = &[
(
"9",
Expand Down

0 comments on commit 01b684e

Please sign in to comment.