Skip to content

Update garde requirement from 0.21.0 to 0.22.0 #3651

Update garde requirement from 0.21.0 to 0.22.0

Update garde requirement from 0.21.0 to 0.22.0 #3651

Triggered via pull request January 20, 2025 05:19
Status Failure
Total duration 54s
Artifacts

clippy.yml

on: pull_request
clippy_nightly
46s
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