Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru committed Sep 6, 2024
1 parent 3e44559 commit 55a9889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timely/src/progress/subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ where
self.edge_stash.push((source, target));
}

/// Creates a new Subgraph from a channel allocator and "descriptive" indices. The Subgraph's
/// index is the last element of `path`.
/// Creates a `SubgraphBuilder` from a path of indexes from the dataflow root to the subgraph,
/// terminating with the local index of the new subgraph itself.
pub fn new_from(
path: Rc<[usize]>,
logging: Option<Logger>,
Expand Down

0 comments on commit 55a9889

Please sign in to comment.