format comment
This commit is contained in:
parent
44b852b10e
commit
0ceba6bed6
@ -184,7 +184,7 @@ fn refutable() {
|
||||
}
|
||||
}
|
||||
|
||||
//should not trigger while_let_loop lint because break passes an expression
|
||||
// should not trigger while_let_loop lint because break passes an expression
|
||||
let a = Some(10);
|
||||
let b = loop {
|
||||
if let Some(c) = a {
|
||||
|
Loading…
Reference in New Issue
Block a user