attempt to make lychee nicer #1035
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
|