Skip to content

Commit 091a007

Browse files
committed
pacify the merciless tidy
1 parent ed7c30b commit 091a007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/mir/visit.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,8 @@ macro_rules! make_mir_visitor {
667667
fn super_substs(&mut self, _substs: & $($mutability)* &'tcx Substs<'tcx>) {
668668
}
669669

670-
fn super_closure_substs(&mut self, _substs: & $($mutability)* &'tcx ClosureSubsts<'tcx>) {
670+
fn super_closure_substs(&mut self,
671+
_substs: & $($mutability)* &'tcx ClosureSubsts<'tcx>) {
671672
}
672673

673674
fn super_const_val(&mut self, _substs: & $($mutability)* ConstVal) {

0 commit comments

Comments
 (0)