Skip to content

Bump dtolnay/rust-toolchain from 1.82.0 to 1.89.0 #3644

Bump dtolnay/rust-toolchain from 1.82.0 to 1.89.0

Bump dtolnay/rust-toolchain from 1.82.0 to 1.89.0 #3644

Triggered via pull request December 30, 2024 05:03
Status Failure
Total duration 58s
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