Skip to content

Test clippy

Test clippy #211

Triggered via pull request December 11, 2023 15:30
Status Cancelled
Total duration 22m 10s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
[clippy] primitives/src/trie/mpt.rs#L573: primitives/src/trie/mpt.rs#L573
error: this expression creates a reference which is immediately dereferenced by the compiler --> primitives/src/trie/mpt.rs:573:63 | 573 | self.data = MptNodeData::Leaf(to_encoded_path(&key_nibs, true), value); | ^^^^^^^^^ help: change this to: `key_nibs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
clippy
reviewdog exited with status code: 1
test
Canceling since a higher priority waiting request for 'CI-66' exists
test
The operation was canceled.