Skip to content

Bump zerocopy from 0.7.26 to 0.7.31 (#311) #172

Bump zerocopy from 0.7.26 to 0.7.31 (#311)

Bump zerocopy from 0.7.26 to 0.7.31 (#311) #172

Triggered via push December 18, 2023 20:21
Status Success
Total duration 1m 28s
Artifacts

check.yml

on: push
stable / fmt
11s
stable / fmt
nightly / doc
27s
nightly / doc
ubuntu / stable / features
19s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
redundant guard: src/flamegraph/mod.rs#L620
warning: redundant guard --> src/flamegraph/mod.rs:620:32 | 620 | Some(delta) if delta == 0 => write!( | ^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_guards = note: `#[warn(clippy::redundant_guards)]` on by default help: try | 620 - Some(delta) if delta == 0 => write!( 620 + Some(0) => write!( |
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/