Skip to content

fix(tests): create values of block_size #72

fix(tests): create values of block_size

fix(tests): create values of block_size #72

Triggered via pull request November 26, 2025 16:51
Status Failure
Total duration 6m 20s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Clippy: crates/sync/src/state.rs#L155
error: very complex type used. Consider factoring parts into `type` definitions --> crates/sync/src/state.rs:155:10 | 155 | ) -> Option<( | __________^ 156 | | OutboundRequestId, 157 | | PeerId, 158 | | &mut Vec<RangeInclusive<Ctx::Height>>, 159 | | )> { | |______^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#type_complexity
Integration Tests
Process completed with exit code 1.