Skip to content

modified the function to take slices as input and return a vector without the need to create and manipulate additional Vec instances. #119

modified the function to take slices as input and return a vector without the need to create and manipulate additional Vec instances.

modified the function to take slices as input and return a vector without the need to create and manipulate additional Vec instances. #119

Re-run triggered July 27, 2023 08:53
Status Success
Total duration 30s
Artifacts

basic.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@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: src/ciphers/morse_code.rs#L2
unused import: `std::io`
Check: src/ciphers/sha256.rs#L135
unnecessary parentheses around index expression
Check: src/dynamic_programming/coin_problem.rs#L45
unnecessary parentheses around index expression
Check: src/searching/binary_search.rs#L6
unnecessary parentheses around index expression
Check: src/sorting/macros.rs#L3
unused macro definition: `assert_sorted`
Check: src/sorting/macros.rs#L9
unused macro definition: `assert_not_sorted`
Check: src/sorting/macros.rs#L15
unused macro definition: `sorting_tests`
Check: src/ciphers/morse_code.rs#L22
use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
Check: src/ciphers/morse_code.rs#L22
use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
Check: src/graphs/depth_first_search_tic_tac_toe.rs#L277
variable does not need to be mutable
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/
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite: src/ciphers/morse_code.rs#L2
unused import: `std::io`
Test Suite: src/ciphers/sha256.rs#L135
unnecessary parentheses around index expression
Test Suite: src/dynamic_programming/coin_problem.rs#L45
unnecessary parentheses around index expression
Test Suite: src/searching/binary_search.rs#L6
unnecessary parentheses around index expression
Test Suite: src/sorting/macros.rs#L3
unused macro definition: `assert_sorted`
Test Suite: src/sorting/macros.rs#L9
unused macro definition: `assert_not_sorted`
Test Suite: src/sorting/macros.rs#L15
unused macro definition: `sorting_tests`
Test Suite: src/ciphers/morse_code.rs#L22
use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
Test Suite: src/ciphers/morse_code.rs#L22
use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
Test Suite: src/graphs/depth_first_search_tic_tac_toe.rs#L277
variable does not need to be mutable