Skip to content

fix(tests): create values of block_size #73

fix(tests): create values of block_size

fix(tests): create values of block_size #73

Triggered via pull request November 26, 2025 17:02
Status Failure
Total duration 6m 17s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 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
Clippy: crates/sync/src/state.rs#L38
error: very complex type used. Consider factoring parts into `type` definitions --> crates/sync/src/state.rs:38:9 | 38 | BTreeMap<OutboundRequestId, (Vec<RangeInclusive<Ctx::Height>>, PeerId)>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#type_complexity = note: `-D clippy::type-complexity` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::type_complexity)]`
Integration Tests
Process completed with exit code 1.