refactor and prep for disabled Cargo.toml sorting support #63
workflow.yaml
on: pull_request
Matrix: cargo-build
Matrix: cargo-tests
Matrix: Tests
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/
|