Rename mod name
This commit is contained in:
parent
a3c2e79e7b
commit
a207cabb16
@ -1,4 +1,4 @@
|
||||
pub mod comment;
|
||||
pub mod identifier;
|
||||
pub mod number;
|
||||
pub mod comments;
|
||||
pub mod identifiers;
|
||||
pub mod numbers;
|
||||
pub mod util;
|
||||
|
@ -1,4 +1,4 @@
|
||||
use crate::identifier::*;
|
||||
use crate::identifiers::*;
|
||||
use nom::character::complete::*;
|
||||
use nom::IResult;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user