Skip to content

fix: add comment back #958

fix: add comment back

fix: add comment back #958

Triggered via push June 19, 2023 06:04
Status Success
Total duration 1h 27m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

base_checks.yaml

on: push
clean-up-actions
3s
clean-up-actions
compile-and-check
1h 27m
compile-and-check
Fit to window
Zoom out
Zoom in

Annotations

1 error
try not to call a closure in the expression where it is declared: vendor/primitives/evm-tracing-events/src/lib.rs#L66
error: try not to call a closure in the expression where it is declared --> vendor/primitives/evm-tracing-events/src/lib.rs:66:5 | 66 | CallListNew(), | ^^^^^^^^^^^^^ help: try doing something like: `CallListNew()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call = note: `-D clippy::redundant-closure-call` implied by `-D clippy::complexity`