From bc409475509649a5a385b362cce5f953c9a7601a Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 16 Aug 2026 17:19:04 +0200 Subject: [PATCH] job_queue: trim graph_snapshot's doc comment back under the 30-line comment-block cap --- hive-c0re/src/job_queue/mod.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hive-c0re/src/job_queue/mod.rs b/hive-c0re/src/job_queue/mod.rs index 509bbac8..6794a882 100644 --- a/hive-c0re/src/job_queue/mod.rs +++ b/hive-c0re/src/job_queue/mod.rs @@ -345,11 +345,9 @@ impl JobQueue { /// costs nothing at that size. /// /// A node whose *parent* got filtered out still rides with its original - /// `parent` id — `JobqGraph` (`@hive/shared/jobq-graph.js`, the one - /// consumer) already treats an unresolvable parent as a new root - /// (`buildTree`'s fallback), so a filtered-out ancestor surfaces a - /// still-matching descendant one level higher rather than hiding or - /// orphaning it. + /// `parent` id — `JobqGraph` (`@hive/shared/jobq-graph.js`) already treats + /// an unresolvable parent as a new root (`buildTree`'s fallback), so a + /// filtered-out ancestor surfaces one level higher, not hidden/orphaned. /// /// The projection and state filter are both [`hive_jobq_wire`]'s; this /// layer only supplies *which roots* are in view (see [`visible_roots`]