Skip to content

Rename some functions #9

Rename some functions

Rename some functions #9

Triggered via push August 13, 2023 03:09
Status Failure
Total duration 3m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: src/main.rs#L302
error: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> src/main.rs:302:14 | 302 | .zip(mod_paths.into_iter()) | ^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `mod_paths` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/28eb857b9504bd05bbed0cf8af8e825fbdbb1fa1/library/core/src/iter/traits/iterator.rs:641:12 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings`
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: src/main.rs#L302
error: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> src/main.rs:302:14 | 302 | .zip(mod_paths.into_iter()) | ^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `mod_paths` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/28eb857b9504bd05bbed0cf8af8e825fbdbb1fa1/library/core/src/iter/traits/iterator.rs:641:12 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings`
check
Clippy had exited with the 101 exit code
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: src/main.rs#L302
error: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> src/main.rs:302:14 | 302 | .zip(mod_paths.into_iter()) | ^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `mod_paths` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/28eb857b9504bd05bbed0cf8af8e825fbdbb1fa1/library/core/src/iter/traits/iterator.rs:641:12 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings`
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: src/main.rs#L302
error: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> src/main.rs:302:14 | 302 | .zip(mod_paths.into_iter()) | ^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `mod_paths` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/28eb857b9504bd05bbed0cf8af8e825fbdbb1fa1/library/core/src/iter/traits/iterator.rs:641:12 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings`
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
check
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/
check
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/
check
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/
check
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/