feat(runtime): Add series implementation for event recorder #3582
Annotations
2 errors and 1 warning
item in documentation is missing backticks:
kube-runtime/src/events.rs#L77
error: item in documentation is missing backticks
--> kube-runtime/src/events.rs:77:5
|
77 | /// ObjectReference with Hash and Eq implementations
| ^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
note: the lint level is defined here
--> kube-runtime/src/lib.rs:12:9
|
12 | #![deny(clippy::pedantic)]
| ^^^^^^^^^^^^^^^^
= note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]`
help: try
|
77 | /// `ObjectReference` with Hash and Eq implementations
| ~~~~~~~~~~~~~~~~~
|
clippy_nightly
Clippy has exited with exit code 101
|
clippy_nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|