Document longest_increasing_subsequence.rs #132
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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#L1
unused macro definition: `assert_sorted`
|
Check:
src/sorting/macros.rs#L7
unused macro definition: `assert_not_sorted`
|
Check:
src/sorting/macros.rs#L13
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#L1
unused macro definition: `assert_sorted`
|
Test Suite:
src/sorting/macros.rs#L7
unused macro definition: `assert_not_sorted`
|
Test Suite:
src/sorting/macros.rs#L13
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
|