move mbe module to a separate file
This commit is contained in:
parent
49f849cdb7
commit
e30c5166db
5
src/libsyntax/ext/mbe.rs
Normal file
5
src/libsyntax/ext/mbe.rs
Normal file
@ -0,0 +1,5 @@
|
||||
crate mod transcribe;
|
||||
crate mod macro_check;
|
||||
crate mod macro_parser;
|
||||
crate mod macro_rules;
|
||||
crate mod quoted;
|
@ -169,13 +169,7 @@ pub mod ext {
|
||||
pub mod expand;
|
||||
pub mod proc_macro;
|
||||
|
||||
crate mod mbe {
|
||||
crate mod transcribe;
|
||||
crate mod macro_check;
|
||||
crate mod macro_parser;
|
||||
crate mod macro_rules;
|
||||
crate mod quoted;
|
||||
}
|
||||
crate mod mbe;
|
||||
}
|
||||
|
||||
pub mod early_buffered_lints;
|
||||
|
Loading…
Reference in New Issue
Block a user