Skip to content

Commit

Permalink
Remove outdated TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jul 11, 2020
1 parent 70eb0d3 commit f8acb3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ pub fn dedup_transitive_deps(graph: &mut DepGraph) {
}
}

// TODO: Clone DepKindInfo to be able to distinguish build-dep of test-dep from just test-dep

struct DepGraphBuilder {
/// The dependency graph being built.
graph: DepGraph,
Expand Down

0 comments on commit f8acb3a

Please sign in to comment.