Skip to content

Commit 705b92b

Browse files
committed
Wrap long line
1 parent bf43e83 commit 705b92b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/compile-fail/borrowck-lend-flow-loop.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ fn loop_break_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F) where
131131
}
132132
}
133133

134-
fn loop_loop_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F) where F: FnMut(&'r mut usize) -> bool {
134+
fn loop_loop_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F)
135+
where F: FnMut(&'r mut usize) -> bool
136+
{
135137
// Similar to `loop_break_pops_scopes` but for the `loop` keyword
136138

137139
while cond() {

0 commit comments

Comments
 (0)