This lint would warn on `loop`s with unconditional `break`s, because in that case, both `loop` and `break;` can be removed, leaving only a scope. This would be either a remnant of some refactoring, code by one who doesn't know plain scope definitions or test cases for clippy lints. :smile: