refactor(http/upgrade): Http11Upgrade
is Clone
#1234
pr.yml
on: pull_request
Annotations
3 warnings
rust:
linkerd/http/upgrade/src/lib.rs#L47
warning: unresolved link to `RFC2068`
--> linkerd/http/upgrade/src/lib.rs:47:42
|
47 | /// > - `Keep-Alive` (Section 19.7.1 of [RFC2068])
| ^^^^^^^ no item named `RFC2068` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
|
rust:
linkerd/http/upgrade/src/upgrade.rs#L130
warning: unresolved link to `insert_half`
--> linkerd/http/upgrade/src/upgrade.rs:130:31
|
130 | /// of the channel. Calling [`insert_half()`] on any clones of an upgrade extension will be a noöp.
| ^^^^^^^^^^^^^ no item named `insert_half` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
|
rust:
linkerd/http/upgrade/src/upgrade.rs#L131
warning: public documentation for `<unknown>` links to private item `Inner`
--> linkerd/http/upgrade/src/upgrade.rs:131:51
|
131 | /// See the [`Drop`] implementation provided by [`Inner`] for more information.
| ^^^^^ this item is private
|
= note: this link will resolve properly if you pass `--document-private-items`
= note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
|