Refactor conflicted_subgraph into stream::unfold() pattern.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-25 07:38:35 +00:00
parent 9fb6594975
commit 39cf124813
4 changed files with 146 additions and 98 deletions

View File

@@ -1,4 +1,3 @@
#![type_length_limit = "262144"] //TODO: REDUCE ME
#![expect(clippy::toplevel_ref_arg)]
#![expect(clippy::duration_suboptimal_units)] // remove after MSRV 1.91