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::*;
|
use self::CommentOrNewline::*;
|
||||||
|
|
||||||
let mut iter = spaces.peekable();
|
for space in spaces {
|
||||||
|
|
||||||
while let Some(space) = iter.next() {
|
|
||||||
match space {
|
match space {
|
||||||
Newline => {}
|
Newline => {}
|
||||||
LineComment(comment) => {
|
LineComment(comment) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue