Skip to content

build(deps): bump the minor-and-patch-cargo-updates group across 1 di… #14427

build(deps): bump the minor-and-patch-cargo-updates group across 1 di…

build(deps): bump the minor-and-patch-cargo-updates group across 1 di… #14427

Triggered via push January 24, 2025 16:11
Status Success
Total duration 27m 14s
Artifacts 1

build+test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: network-libp2p/src/network_metrics.rs#L26
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> network-libp2p/src/network_metrics.rs:26:44 | 26 | response_times: Histogram::new([0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0, 2.0].into_iter()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `[0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0, 2.0]` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prometheus-client-0.23.1/src/metrics/histogram.rs:65:30 | 65 | pub fn new(buckets: impl IntoIterator<Item = f64>) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default

Artifacts

Produced during runtime
Name Size
reconnect-test-logs
280 KB