Skip to content

refactor and prep for disabled Cargo.toml sorting support #63

refactor and prep for disabled Cargo.toml sorting support

refactor and prep for disabled Cargo.toml sorting support #63

Triggered via pull request July 21, 2024 18:10
@maksym-arutyunyanmaksym-arutyunyan
synchronize #8
dev
Status Failure
Total duration 1m 22s
Artifacts

workflow.yaml

on: pull_request
Matrix: cargo-build
Matrix: cargo-tests
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
unreachable statement: src/block.rs#L64
error: unreachable statement --> src/block.rs:64:9 | 63 | todo!("fix this"); | ----------------- any code following this expression is unreachable 64 | let joined = self.item.join("\n"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement | = note: `-D unreachable-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unreachable_code)]`
unreachable statement: src/block.rs#L64
error: unreachable statement --> src/block.rs:64:9 | 63 | todo!("fix this"); | ----------------- any code following this expression is unreachable 64 | let joined = self.item.join("\n"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement | = note: `-D unreachable-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unreachable_code)]`
cargo-clippy
Clippy had exited with the 101 exit code
cargo-tests (ubuntu-20.04)
Process completed with exit code 101.
cargo-tests (macos-12)
The job was canceled because "ubuntu-20_04" failed.
cargo-tests (macos-12)
The operation was canceled.
Tests (macos-12)
Process completed with exit code 1.
Tests (ubuntu-20.04)
The job was canceled because "macos-12" failed.
Tests (ubuntu-20.04)
Process completed with exit code 1.
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cargo-clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
cargo-clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/