Skip to content

Commit c5abbd4

Browse files
committed
all hail tidy
1 parent 07829bc commit c5abbd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/mir/visit.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ macro_rules! make_mir_visitor {
413413
self.visit_operand(input, location);
414414
}
415415
}
416-
StatementKind::Retag { ref $($mutability)* fn_entry, ref $($mutability)* place } => {
416+
StatementKind::Retag { ref $($mutability)* fn_entry,
417+
ref $($mutability)* place } => {
417418
self.visit_retag(fn_entry, place, location);
418419
}
419420
StatementKind::AscribeUserType(

0 commit comments

Comments
 (0)