Skip to content

use clap fork to properly parse hyphenated block ranges (#25) #73

use clap fork to properly parse hyphenated block ranges (#25)

use clap fork to properly parse hyphenated block ranges (#25) #73

Triggered via push August 9, 2023 18:10
Status Success
Total duration 7m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 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 `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/f88a8b71cebb730cbd5058c45ebcae1d4d9be377/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/f88a8b71cebb730cbd5058c45ebcae1d4d9be377/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/f88a8b71cebb730cbd5058c45ebcae1d4d9be377/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/f88a8b71cebb730cbd5058c45ebcae1d4d9be377/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/