chore(ci): update actions/checkout action to v4 #5008
CI.yml
on: pull_request
cargo check
36s
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
46s
Matrix: test
all systems go!
0s
Annotations
2 errors and 1 warning
unnecessary map of the identity function:
examples/examples/sloggish/sloggish_collector.rs#L233
error: unnecessary map of the identity function
--> examples/examples/sloggish/sloggish_collector.rs:233:60
|
233 | self.print_kvs(&mut stderr, data.kvs.iter().map(|(k, v)| (k, v)), "")
| ^^^^^^^^^^^^^^^^^^^^^ help: remove the call to `map`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#map_identity
= note: `-D clippy::map-identity` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::map_identity)]`
|
warnings
Clippy had exited with the 101 exit code
|
warnings
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/
|