clippy fix

main
NotAFile 2022-02-03 21:49:44 +01:00
parent d36991a0b6
commit fd3a553072
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use crate::parser::{
declaration,
proc::ProcBlock,
tokens::{token, TokenKind as tk, TokenSpan},
IResult, NetDecl, Span,
IResult, NetDecl,
};
#[derive(Debug)]

View File

@ -3,7 +3,7 @@
use super::{
error::{Error, InputPos},
literals::{identifier, ws0},
IErr, IResult, Span,
IResult, Span,
};
use nom::{
branch::alt,