Skip to content

Commit 0adb1b1

Browse files
committed
pacify the mercilous tidy
1 parent 6fe4bff commit 0adb1b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustc/middle/region.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,9 @@ fn resolve_local<'a, 'tcx>(visitor: &mut RegionResolutionVisitor<'tcx, 'a>,
10661066
}
10671067
}
10681068

1069-
fn resolve_item_like<'a, 'tcx, F>(visitor: &mut RegionResolutionVisitor<'tcx, 'a>, id: ast::NodeId, walk: F)
1069+
fn resolve_item_like<'a, 'tcx, F>(visitor: &mut RegionResolutionVisitor<'tcx, 'a>,
1070+
id: ast::NodeId,
1071+
walk: F)
10701072
where F: FnOnce(&mut RegionResolutionVisitor<'tcx, 'a>)
10711073
{
10721074
// Items create a new outer block scope as far as we're concerned.

0 commit comments

Comments
 (0)