Skip to content

Commit

Permalink
util: Unecessary bound in ServiceExt::call_all
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Mar 10, 2022
1 parent 04f0bd0 commit 85eb6c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tower/src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ pub trait ServiceExt<Request>: tower_service::Service<Request> {
fn call_all<S>(self, reqs: S) -> CallAll<Self, S>
where
Self: Sized,
Self::Error: Into<crate::BoxError>,
S: futures_core::Stream<Item = Request>,
{
CallAll::new(self, reqs)
Expand Down

0 comments on commit 85eb6c2

Please sign in to comment.