No std support for Powdr #9
Annotations
4 errors and 3 warnings
fmt
Process completed with exit code 1.
|
[clippy] primitives/src/trie/mpt.rs#L273:
primitives/src/trie/mpt.rs#L273
error: unused variable: `e`
--> primitives/src/trie/mpt.rs:273:46
|
273 | rlp::decode(bytes.as_ref()).map_err(|e| Error::RlpErrorPlaceholder)
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
clippy
reviewdog exited with status code: 1
|
test
Process completed with exit code 101.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: risc0/cargo-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
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/
|
test
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/
|