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::*; 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) => {