diff --git a/ginepro/src/balanced_channel.rs b/ginepro/src/balanced_channel.rs index 04edb26..eea84c3 100644 --- a/ginepro/src/balanced_channel.rs +++ b/ginepro/src/balanced_channel.rs @@ -216,10 +216,7 @@ where } } - async fn channel_inner( - self, - lookup_service: U, - ) -> Result + async fn channel_inner(self, lookup_service: U) -> Result where U: LookupService + Send + Sync + 'static + Sized, {