From fd40138f5acd2fdcc37d00c80732e19898cc4970 Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 26 Jul 2026 19:37:23 +0200 Subject: [PATCH] topology: fix stale rustdoc link to deleted set_parent --- hive-c0re/src/agent_config/topology.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-c0re/src/agent_config/topology.rs b/hive-c0re/src/agent_config/topology.rs index 05cb3634..ba030b86 100644 --- a/hive-c0re/src/agent_config/topology.rs +++ b/hive-c0re/src/agent_config/topology.rs @@ -252,7 +252,7 @@ pub fn default_seed(agent_names: &[String]) -> BTreeMap> out } -/// Pure validation + apply for [`set_parent`]. Splits off so tests +/// Pure validation + apply for [`crate::meta::bulk_commit_topology`]. Splits off so tests /// can exercise the rules (cycle / unknown) on an in-memory /// `BTreeMap` without touching the on-disk `topology.json`. Returns /// either the post-move map (caller writes it back) or a