Skip to content

chore(app): add impl banner comments #659

chore(app): add impl banner comments

chore(app): add impl banner comments #659

Triggered via pull request September 24, 2024 22:06
Status Success
Total duration 7m 54s
Artifacts

pr.yml

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

Annotations

2 warnings
rust: linkerd/http/prom/src/count_reqs.rs#L47
warning: unresolved link to `Layer` --> linkerd/http/prom/src/count_reqs.rs:47:21 | 47 | /// Returns a [`Layer`] that counts requests. | ^^^^^ no item named `Layer` 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/prom/src/count_reqs.rs#L49
warning: unresolved link to `ExtractParam` --> linkerd/http/prom/src/count_reqs.rs:49:34 | 49 | /// This uses an `X`-typed [`ExtractParam`] implementation to extract [`RequestCount`] from a | ^^^^^^^^^^^^ no item named `ExtractParam` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`