Skip to content

Update rand requirement from 0.8.3 to 0.9.0 #3661

Update rand requirement from 0.8.3 to 0.9.0

Update rand requirement from 0.8.3 to 0.9.0 #3661

Triggered via pull request February 3, 2025 05:06
Status Failure
Total duration 1m 1s
Artifacts

clippy.yml

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

Annotations

5 errors
unnecessary semicolon: kube-runtime/src/controller/runner.rs#L125
error: unnecessary semicolon --> kube-runtime/src/controller/runner.rs:125:14 | 125 | }; | ^ help: remove | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon note: the lint level is defined here --> kube-runtime/src/lib.rs:12:9 | 12 | #![deny(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::unnecessary_semicolon)]` implied by `#[deny(clippy::pedantic)]`
unnecessary semicolon: kube-runtime/src/controller/runner.rs#L124
error: unnecessary semicolon --> kube-runtime/src/controller/runner.rs:124:18 | 124 | }; | ^ help: remove | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
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)]`
unnecessary semicolon: kube-runtime/src/events.rs#L348
error: unnecessary semicolon --> kube-runtime/src/events.rs:348:10 | 348 | }; | ^ help: remove | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
clippy_nightly
Clippy has exited with exit code 101