thank you clippy

This commit is contained in:
Sébastien Besnier 2020-11-14 21:09:02 +01:00
parent f647e8fcf0
commit ccabc41489

View file

@ -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) => {