Skip to content

QoL improvements to summary and conclusion text #75

QoL improvements to summary and conclusion text

QoL improvements to summary and conclusion text #75

Triggered via push August 11, 2023 23:00
Status Success
Total duration 9m 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fmt
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L55
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:55:24 | 55 | file_chunks.extend(explicit_chunks.into_iter()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `explicit_chunks` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/439d066bcf9496b1b8c8dde8bef3bce607a621bb/library/core/src/iter/traits/collect.rs:371:18 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L48
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:48:33 | 48 | block_chunks.extend(outputs.into_iter()); | ^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `outputs` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/439d066bcf9496b1b8c8dde8bef3bce607a621bb/library/core/src/iter/traits/collect.rs:371:18 = 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
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L55
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:55:24 | 55 | file_chunks.extend(explicit_chunks.into_iter()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `explicit_chunks` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/439d066bcf9496b1b8c8dde8bef3bce607a621bb/library/core/src/iter/traits/collect.rs:371:18 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: crates/cli/src/parse/blocks.rs#L48
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> crates/cli/src/parse/blocks.rs:48:33 | 48 | block_chunks.extend(outputs.into_iter()); | ^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `outputs` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/439d066bcf9496b1b8c8dde8bef3bce607a621bb/library/core/src/iter/traits/collect.rs:371:18 = 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
code lint
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/