clippy fix
This commit is contained in:
parent
d36991a0b6
commit
fd3a553072
|
@ -10,7 +10,7 @@ use crate::parser::{
|
|||
declaration,
|
||||
proc::ProcBlock,
|
||||
tokens::{token, TokenKind as tk, TokenSpan},
|
||||
IResult, NetDecl, Span,
|
||||
IResult, NetDecl,
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
use super::{
|
||||
error::{Error, InputPos},
|
||||
literals::{identifier, ws0},
|
||||
IErr, IResult, Span,
|
||||
IResult, Span,
|
||||
};
|
||||
use nom::{
|
||||
branch::alt,
|
||||
|
|
Loading…
Reference in New Issue