Day 04a #22
ci.yml
on: push
rust
/
cargo-build-release
1m 4s
rust
/
cargo-check
12s
rust
/
cargo-test
45s
rust
/
rustfmt
12s
rust
/
clippy
12s
rust
/
cargo-audit
5s
rust
/
cargo-deb
3s
rust
/
rust-misc
6s
omnilint
19s
rust
/
publish-cratesio
0s
rust
/
publish-github-release
0s
Matrix: rust / publish-packagecloud
Annotations
7 warnings
rust / cargo-audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1.2.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rust / rust-misc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
usage of `bool::then` in `filter_map`:
day04/src/bin/day04a.rs#L14
warning: usage of `bool::then` in `filter_map`
--> day04/src/bin/day04a.rs:14:10
|
14 | .filter_map(|m| (m > 0).then(|| 2_u32.pow(m - 1)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `filter` then `map` instead: `filter(|&m| (m > 0)).map(|m| 2_u32.pow(m - 1))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_bool_then
= note: `#[warn(clippy::filter_map_bool_then)]` on by default
|
rust / rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rust / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rust / cargo-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rust / cargo-build-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cargo-build-release
Expired
|
267 MB |
|