Avoid an indent for labelled loops.
This commit is contained in:
parent
809e5b5ed1
commit
9af08429f1
3 changed files with 5 additions and 6 deletions
|
|
@ -189,8 +189,7 @@ mod expressions {
|
|||
let _t =
|
||||
match #[lang = "into_iter"](x) {
|
||||
mut iter =>
|
||||
'a:
|
||||
loop {
|
||||
'a: loop {
|
||||
match #[lang = "next"](&mut iter) {
|
||||
#[lang = "None"] {} => break,
|
||||
#[lang = "Some"] { 0: _ } => { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue