Skip to content

Commit

Permalink
unbreak hyperlink
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 30, 2024
1 parent f02b03a commit 6c7cfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lading/src/blackhole/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ where
// The bounds on `S` per
// https://docs.rs/hyper/latest/hyper/service/trait.Service.html and then
// made concrete per
// 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
S: Service<
hyper::Request<hyper::body::Incoming>,
Response = hyper::Response<BoxBody<Bytes, hyper::Error>>,
Expand Down

0 comments on commit 6c7cfc1

Please sign in to comment.