Skip to content

Commit

Permalink
Remove leftover? of old code
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jun 3, 2017
1 parent 472199e commit 6f8426a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/infer/region_inference/graphviz.rs
Expand Up @@ -133,7 +133,6 @@ enum Node {
Region(ty::RegionKind),
}

// type Edge = Constraint;
#[derive(Clone, PartialEq, Eq, Debug, Copy)]
enum Edge<'tcx> {
Constraint(Constraint<'tcx>),
Expand Down

0 comments on commit 6f8426a

Please sign in to comment.