Skip to content

chore(*): fmt

chore(*): fmt #936

Triggered via push August 6, 2023 14:33
Status Failure
Total duration 1m 18s
Artifacts

push-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
unnecessary parentheses around method argument: protocol/src/commands.rs#L1229
error: unnecessary parentheses around method argument --> protocol/src/commands.rs:1229:40 | 1229 | assert!(m1.data.into_iter().eq((0u8..20))); | ^ ^ | = note: `-D unused-parens` implied by `-D warnings` help: remove these parentheses | 1229 - assert!(m1.data.into_iter().eq((0u8..20))); 1229 + assert!(m1.data.into_iter().eq(0u8..20)); |
consider removing unnecessary double parentheses: protocol/src/commands.rs#L1229
error: consider removing unnecessary double parentheses --> protocol/src/commands.rs:1229:40 | 1229 | assert!(m1.data.into_iter().eq((0u8..20))); | ^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens = note: `-D clippy::double-parens` implied by `-D warnings`
rust_tests
Clippy had exited with the 101 exit code
rust_tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4, actions-rs/toolchain@v1, actions-rs/cargo@v1, scherermichael-oss/action-has-permission@1.0.6, 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/
rust_tests
The `save-state` 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/
rust_tests
The `save-state` 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/
rust_tests
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/
rust_tests
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/
rust_tests
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/
rust_tests
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/
rust_tests
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/