mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
thank you clippy
This commit is contained in:
parent
f647e8fcf0
commit
ccabc41489
1 changed files with 1 additions and 3 deletions
|
@ -101,9 +101,7 @@ where
|
|||
{
|
||||
use self::CommentOrNewline::*;
|
||||
|
||||
let mut iter = spaces.peekable();
|
||||
|
||||
while let Some(space) = iter.next() {
|
||||
for space in spaces {
|
||||
match space {
|
||||
Newline => {}
|
||||
LineComment(comment) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue