Skip to content

Commit 6a86d70

Browse files
committed
graphs tools : refactoring
1 parent 29edb52 commit 6a86d70

File tree

1 file changed

+2
-0
lines changed
  • module/move/graphs_tools/src

1 file changed

+2
-0
lines changed

module/move/graphs_tools/src/abs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ mod private
6767
/// Iterate over out nodes of
6868
fn node_out_nodes( &'a self, node_id : Self::NodeId ) -> BoxedIter< 'a, Self::NodeId >;
6969

70+
71+
7072
}
7173

7274
}

0 commit comments

Comments
 (0)