chore(proxy/http): address hyper deprecations in ServeHttp<N>
#1113
Annotations
3 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run just doc:
linkerd/app/test/src/http_util.rs#L14
warning: unresolved link to `SendRequest`
--> linkerd/app/test/src/http_util.rs:14:40
|
14 | /// Returns a tuple containing (1) a [`SendRequest`] that can be used to transmit a request and
| ^^^^^^^^^^^ no item named `SendRequest` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
|
Run just doc:
linkerd/app/test/src/http_util.rs#L59
warning: unresolved link to `SendRequest`
--> linkerd/app/test/src/http_util.rs:59:40
|
59 | /// Returns a tuple containing (1) a [`SendRequest`] that can be used to transmit a request and
| ^^^^^^^^^^^ no item named `SendRequest` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
Loading