Skip to content

Commit c1a0042

Browse files
committed
Temp: Appease tidy
1 parent d08346a commit c1a0042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc_mir/build/scope.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,10 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
789789
}
790790

791791
if scope.region_scope == region_scope {
792-
let region_scope_span = region_scope.span(self.hir.tcx(), &self.hir.region_scope_tree);
792+
let region_scope_span = region_scope.span(
793+
self.hir.tcx(),
794+
&self.hir.region_scope_tree,
795+
);
793796
// Attribute scope exit drops to scope's closing brace.
794797
let scope_end = self.hir.tcx().sess.source_map().end_point(region_scope_span);
795798

0 commit comments

Comments
 (0)