Skip to content

Commit 021bc35

Browse files
committed
Tidy all the way
1 parent d50e401 commit 021bc35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc/mir/interpret/allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,4 +595,4 @@ impl<'tcx, Tag: Copy, Extra> Allocation<Tag, Extra> {
595595
// if ptr.offset is in bounds, then so is ptr (because offset checks for overflow)
596596
self.check_bounds_ptr(ptr.offset(size, cx)?, access)
597597
}
598-
}
598+
}

src/librustc/mir/interpret/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,4 +814,4 @@ impl<'tcx, Tag> ScalarMaybeUndef<Tag> {
814814
impl_stable_hash_for!(enum ::mir::interpret::ScalarMaybeUndef {
815815
Scalar(v),
816816
Undef
817-
});
817+
});

0 commit comments

Comments
 (0)