Skip to content

Commit

Permalink
pacify the mercilous tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 2, 2016
1 parent 6fe4bff commit 0adb1b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustc/middle/region.rs
Expand Up @@ -1066,7 +1066,9 @@ fn resolve_local<'a, 'tcx>(visitor: &mut RegionResolutionVisitor<'tcx, 'a>,
}
}

fn resolve_item_like<'a, 'tcx, F>(visitor: &mut RegionResolutionVisitor<'tcx, 'a>, id: ast::NodeId, walk: F)
fn resolve_item_like<'a, 'tcx, F>(visitor: &mut RegionResolutionVisitor<'tcx, 'a>,
id: ast::NodeId,
walk: F)
where F: FnOnce(&mut RegionResolutionVisitor<'tcx, 'a>)
{
// Items create a new outer block scope as far as we're concerned.
Expand Down

0 comments on commit 0adb1b1

Please sign in to comment.