Coordinator stopped on bad control command #3182
Annotations
5 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, r7kamura/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Clippy:
libraries/message/src/lib.rs#L25
returning the result of a `let` binding from a block
|
Clippy:
libraries/message/src/lib.rs#L41
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
binaries/coordinator/src/lib.rs#L441
unreachable pattern
|
Clippy:
examples/benchmark/node/src/main.rs#L2
unused import: `Error`
|
Loading