Skip to content

Propagate delete events in shared streams #3641

Propagate delete events in shared streams

Propagate delete events in shared streams #3641

Triggered via pull request December 28, 2024 23:44
Status Failure
Total duration 59s
Artifacts

clippy.yml

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

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