format comment

This commit is contained in:
Manish Goregaokar 2017-09-05 14:19:51 -07:00
parent 44b852b10e
commit 0ceba6bed6
1 changed files with 1 additions and 1 deletions

View File

@ -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 a = Some(10);
let b = loop { let b = loop {
if let Some(c) = a { if let Some(c) = a {