Skip to content

Commit

Permalink
Fixed clippy warning in Rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed May 10, 2024
1 parent 29286c7 commit 37edde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-proxy/examples/multi_lb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl ProxyHttp for Router {
}
}

fn build_cluster_service<S: BackendSelection>(
fn build_cluster_service<S>(
upstreams: &[&str],
) -> GenBackgroundService<LoadBalancer<S>>
where
Expand Down

0 comments on commit 37edde4

Please sign in to comment.