Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Feb 3, 2024
1 parent 9dd7622 commit 92a93fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Drop for Server {
pub fn http<F, Fut>(func: F) -> Server
where
F: Fn(http::Request<hyper::Body>) -> Fut + Clone + Send + 'static,
Fut: Future<Output = http::Response<hyper::Body>> + Send + 'static,
Fut: Future<Output = Response<hyper::Body>> + Send + 'static,
{
http_with_config(func, identity)
}
Expand Down

0 comments on commit 92a93fc

Please sign in to comment.