Propagate delete events in shared streams #3643
Annotations
2 errors and 1 warning
useless conversion to the same type: `std::string::String`:
kube-runtime/src/events.rs#L272
error: useless conversion to the same type: `std::string::String`
--> kube-runtime/src/events.rs:272:34
|
272 | note: ev.note.clone().map(Into::into),
| ^^^^^^^^^^^^^^^^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
note: the lint level is defined here
--> kube-runtime/src/lib.rs:11:9
|
11 | #![deny(clippy::all)]
| ^^^^^^^^^^^
= note: `#[deny(clippy::useless_conversion)]` implied by `#[deny(clippy::all)]`
|
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
|