mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 03:27:44 +00:00
move parse::attr -> parse::parser::attr
This commit is contained in:
parent
bfc58789a4
commit
9dba03f6cd
@ -24,7 +24,6 @@ mod tests;
|
|||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod parser;
|
pub mod parser;
|
||||||
pub mod attr;
|
|
||||||
pub mod lexer;
|
pub mod lexer;
|
||||||
pub mod token;
|
pub mod token;
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
mod attr;
|
||||||
mod expr;
|
mod expr;
|
||||||
mod pat;
|
mod pat;
|
||||||
mod item;
|
mod item;
|
||||||
|
Loading…
Reference in New Issue
Block a user