feat(runtime): Add series implementation for event recorder #3605
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
|