ref: organize QuickSort comments #136
Annotations
2 errors and 15 warnings
src/sorting/mod.rs#L61
unresolved import `self::quick_sort::QuickSort`
|
|
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/
|
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/
|
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/
|
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/
|
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/
|
src/ciphers/morse_code.rs#L2
unused import: `std::io`
|
src/ciphers/sha256.rs#L135
unnecessary parentheses around index expression
|
src/dynamic_programming/coin_problem.rs#L45
unnecessary parentheses around index expression
|
src/searching/binary_search.rs#L6
unnecessary parentheses around index expression
|
src/sorting/macros.rs#L1
unused macro definition: `assert_sorted`
|
src/sorting/macros.rs#L7
unused macro definition: `assert_not_sorted`
|
src/sorting/macros.rs#L13
unused macro definition: `sorting_tests`
|
src/sorting/quick_sort.rs#L16
unused import: `crate::sorting::traits::Sorter`
|
src/sorting/quick_sort.rs#L16
unused import: `crate::sorting::traits::Sorter`
|
src/ciphers/morse_code.rs#L22
use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
|
The logs for this run have expired and are no longer available.
Loading