Wrap long line
This commit is contained in:
parent
bf43e8315e
commit
705b92bdfe
1 changed files with 3 additions and 1 deletions
|
@ -131,7 +131,9 @@ fn loop_break_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F) where
|
|||
}
|
||||
}
|
||||
|
||||
fn loop_loop_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F) where F: FnMut(&'r mut usize) -> bool {
|
||||
fn loop_loop_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F)
|
||||
where F: FnMut(&'r mut usize) -> bool
|
||||
{
|
||||
// Similar to `loop_break_pops_scopes` but for the `loop` keyword
|
||||
|
||||
while cond() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue