Skip to content

refactor(http/upgrade): Http11Upgrade is Clone #1234

refactor(http/upgrade): Http11Upgrade is Clone

refactor(http/upgrade): Http11Upgrade is Clone #1234

Triggered via pull request January 17, 2025 15:21
Status Success
Total duration 8m 23s
Artifacts

pr.yml

on: pull_request
Matrix: rust-crates
ship-it
2s
ship-it
Fit to window
Zoom out
Zoom in

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