Merge remote-tracking branch 'upstream/main'

This commit is contained in:
static
2024-12-02 12:10:31 +00:00

View File

@@ -90,7 +90,7 @@ impl SubGraph {
todo!() todo!()
} }
/// Adds a node to the subgraph. Returns true iff the node is successfully removed. /// Removes a node from the subgraph. Returns true iff the node is successfully removed.
pub fn remove_node(&mut self, node: &NodeHandle) -> bool { pub fn remove_node(&mut self, node: &NodeHandle) -> bool {
todo!() todo!()
} }