Skip to content
Triggered via pull request January 22, 2024 06:41
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

on: pull_request
build-test
0s
build-test
Deploy blobscan api (staging)
0s
Deploy blobscan api (staging)
Fit to window
Zoom out
Zoom in

Annotations

2 errors
useless conversion to the same type: `slots_processor::slot_processor::error::SlotProcessorError`: src/slots_processor/mod.rs#L74
error: useless conversion to the same type: `slots_processor::slot_processor::error::SlotProcessorError` --> src/slots_processor/mod.rs:74:36 | 74 | ... error: error.into(), | ^^^^^^^^^^^^ help: consider removing `.into()`: `error` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
lint
Clippy has exited with exit code 101