Skip to content

Commit dbb756d

Browse files
committed
tidy up
1 parent 4e3339e commit dbb756d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/librustc/mir/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2932,5 +2932,3 @@ impl<'tcx> TypeFoldable<'tcx> for Literal<'tcx> {
29322932
}
29332933
}
29342934
}
2935-
2936-

src/librustc_mir/borrow_check/nll/liveness_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ impl NllLivenessMap {
5555
}
5656
}
5757

58-
newtype_index!(LocalWithRegion);
58+
newtype_index!(LocalWithRegion);

src/librustc_mir/util/liveness.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,5 +544,3 @@ pub fn write_mir_fn<'a, 'tcx, V: Idx>(
544544
writeln!(w, "}}")?;
545545
Ok(())
546546
}
547-
548-

0 commit comments

Comments
 (0)