topology: fix stale rustdoc link to deleted set_parent
This commit is contained in:
parent
18745f1a98
commit
fd40138f5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue