Skip to content

Commit

Permalink
relax bounds on free fn
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Jan 12, 2021
1 parent e879f76 commit 6ddf09a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tower/src/util/future_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ use tower_service::Service;
pub fn future_service<F, S, R, E>(future: F) -> FutureService<F, S>
where
F: Future<Output = Result<S, E>> + Unpin,
S: Service<R, Error = E>,
{
FutureService::new(future)
}
Expand Down

0 comments on commit 6ddf09a

Please sign in to comment.