Added support for the legacy compressions (shrink/reduce/implode). #1593
Annotations
10 errors and 6 warnings
clippy:
src/legacy/implode.rs#L102
this `else { if .. }` block can be collapsed
|
clippy:
src/legacy/huffman.rs#L69
casting to the same type is unnecessary (`u16` -> `u16`)
|
clippy:
src/legacy/huffman.rs#L79
casting to the same type is unnecessary (`u32` -> `u32`)
|
clippy:
src/legacy/huffman.rs#L88
the loop variable `i` is used to index `lengths`
|
clippy:
src/legacy/shrink.rs#L20
casting to the same type is unnecessary (`usize` -> `usize`)
|
clippy:
src/legacy/shrink.rs#L25
casting to the same type is unnecessary (`usize` -> `usize`)
|
clippy:
src/legacy/shrink.rs#L57
this `impl` can be derived
|
clippy:
src/legacy/shrink.rs#L87
the loop variable `i` is only used to index `codetab`
|
clippy:
src/legacy/shrink.rs#L137
unneeded `return` statement
|
clippy:
src/legacy/shrink.rs#L277
this block may be rewritten with the `?` operator
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Loading