Handle reorgs #15
ci.yml
on: pull_request
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
|