Skip to content

Commit a1e268c

Browse files
committed
unbreak hyperlink
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 606b878 commit a1e268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lading/src/blackhole/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ where
3434
// The bounds on `S` per
3535
// https://docs.rs/hyper/latest/hyper/service/trait.Service.html and then
3636
// made concrete per
37-
// https://docs.rs/hyper-util/latest/hyper_util/server/conn/auto/struct.Builder.html#method.serve_connection.
37+
// https://docs.rs/hyper-util/latest/hyper_util/server/conn/auto/struct.Builder.html#method.serve_connection
3838
S: Service<
3939
hyper::Request<hyper::body::Incoming>,
4040
Response = hyper::Response<BoxBody<Bytes, hyper::Error>>,

0 commit comments

Comments
 (0)