Skip to content

feat(runtime): Add series implementation for event recorder #3605

feat(runtime): Add series implementation for event recorder

feat(runtime): Add series implementation for event recorder #3605

Re-run triggered December 12, 2024 02:37
Status Failure
Total duration 1m 1s
Artifacts

clippy.yml

on: pull_request
clippy_nightly
51s
clippy_nightly
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
this expression creates a reference which is immediately dereferenced by the compiler: kube-runtime/src/events.rs#L323
error: this expression creates a reference which is immediately dereferenced by the compiler --> kube-runtime/src/events.rs:323:38 | 323 | let key = self.get_event_key(&ev, reference); | ^^^ help: change this to: `ev` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow note: the lint level is defined here --> kube-runtime/src/lib.rs:11:9 | 11 | #![deny(clippy::all)] | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrow)]` implied by `#[deny(clippy::all)]`
this expression creates a reference which is immediately dereferenced by the compiler: kube-runtime/src/events.rs#L335
error: this expression creates a reference which is immediately dereferenced by the compiler --> kube-runtime/src/events.rs:335:41 | 335 | None => self.generate_event(&ev, reference), | ^^^ help: change this to: `ev` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
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