Skip to content

chore: MPT cleanups #170

chore: MPT cleanups

chore: MPT cleanups #170

Triggered via pull request November 21, 2023 15:42
Status Cancelled
Total duration 25m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
[clippy] primitives/src/trie/mpt.rs#L297: primitives/src/trie/mpt.rs#L297
error: using `clone` on type `FixedBytes<32>` which implements the `Copy` trait --> primitives/src/trie/mpt.rs:297:53 | 297 | MptNodeReference::Digest(digest) => digest.clone(), | ^^^^^^^^^^^^^^ help: try dereferencing it: `*digest` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `-D clippy::clone-on-copy` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
clippy
reviewdog exited with status code: 1
test
Canceling since a higher priority waiting request for 'CI-56' exists
test
The operation was canceled.