We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606b878 commit a1e268cCopy full SHA for a1e268c
lading/src/blackhole/common.rs
@@ -34,7 +34,7 @@ where
34
// The bounds on `S` per
35
// https://docs.rs/hyper/latest/hyper/service/trait.Service.html and then
36
// made concrete per
37
- // https://docs.rs/hyper-util/latest/hyper_util/server/conn/auto/struct.Builder.html#method.serve_connection.
+ // https://docs.rs/hyper-util/latest/hyper_util/server/conn/auto/struct.Builder.html#method.serve_connection
38
S: Service<
39
hyper::Request<hyper::body::Incoming>,
40
Response = hyper::Response<BoxBody<Bytes, hyper::Error>>,
0 commit comments