Skip to content

attempt to make lychee nicer #1035

attempt to make lychee nicer

attempt to make lychee nicer #1035

Triggered via push March 8, 2026 23:22
Status Success
Total duration 4m 9s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
the `Err`-variant returned from this closure is very large: crates/graft/src/lib.rs#L29
warning: the `Err`-variant returned from this closure is very large --> crates/graft/src/rt/action/hydrate_snapshot.rs:29:27 | 29 | .coalesce(|a, b| a.coalesce(b)), | ^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 144 bytes | = help: try reducing the size of `(core::commit::SegmentRangeRef, core::commit::SegmentRangeRef)`, for example by boxing large elements or replacing it with `Box<(core::commit::SegmentRangeRef, core::commit::SegmentRangeRef)>` = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err = note: `#[warn(clippy::result_large_err)]` on by default