move parse::attr -> parse::parser::attr
This commit is contained in:
parent
bfc58789a4
commit
9dba03f6cd
3 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,6 @@ mod tests;
|
|||
|
||||
#[macro_use]
|
||||
pub mod parser;
|
||||
pub mod attr;
|
||||
pub mod lexer;
|
||||
pub mod token;
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
mod attr;
|
||||
mod expr;
|
||||
mod pat;
|
||||
mod item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue