mirror of
https://github.com/danog/parser.git
synced 2025-01-22 04:51:13 +01:00
all: clippy
This commit is contained in:
parent
f1dcd0131c
commit
c1faec57b5
@ -24,7 +24,6 @@ pub struct Parser {
|
||||
pub current: Token,
|
||||
pub peek: Token,
|
||||
iter: IntoIter<Token>,
|
||||
comments: Vec<String>,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
@ -34,7 +33,6 @@ impl Parser {
|
||||
current: Token::default(),
|
||||
peek: Token::default(),
|
||||
iter: tokens.into_iter(),
|
||||
comments: Vec::new(),
|
||||
};
|
||||
|
||||
this.next();
|
||||
|
Loading…
x
Reference in New Issue
Block a user