Abstract over the various data types needed by the consensus engine #67
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 1 warning
Test
no variant or associated item named `None` found for enum `Round` in the current scope
|
Test
Process completed with exit code 101.
|
Clippy:
consensus/src/executor.rs#L151
error[E0599]: no variant or associated item named `None` found for enum `malachite_common::Round` in the current scope
--> consensus/src/executor.rs:151:20
|
151 | Round::None => {
| ^^^^ variant or associated item not found in `Round`
|
Clippy:
consensus/src/executor.rs#L151
error[E0599]: no variant or associated item named `None` found for enum `malachite_common::Round` in the current scope
--> consensus/src/executor.rs:151:20
|
151 | Round::None => {
| ^^^^ variant or associated item not found in `Round`
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|