Avoid an indent for labelled loops.

This commit is contained in:
Nicholas Nethercote 2025-04-30 16:23:29 +10:00
parent 809e5b5ed1
commit 9af08429f1
3 changed files with 5 additions and 6 deletions

View file

@ -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: _ } => { }