topology: fix stale rustdoc link to deleted set_parent

This commit is contained in:
damocles 2026-07-26 19:37:23 +02:00 committed by mara
commit fd40138f5a

View file

@ -252,7 +252,7 @@ pub fn default_seed(agent_names: &[String]) -> BTreeMap<String, Option<String>>
out 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 /// can exercise the rules (cycle / unknown) on an in-memory
/// `BTreeMap` without touching the on-disk `topology.json`. Returns /// `BTreeMap` without touching the on-disk `topology.json`. Returns
/// either the post-move map (caller writes it back) or a /// either the post-move map (caller writes it back) or a