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, declaration,
proc::ProcBlock, proc::ProcBlock,
tokens::{token, TokenKind as tk, TokenSpan}, tokens::{token, TokenKind as tk, TokenSpan},
IResult, NetDecl, Span, IResult, NetDecl,
}; };
#[derive(Debug)] #[derive(Debug)]

View File

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