Move syntax_expand::config to rustc_parse::config
This commit is contained in:
parent
618b01f9fa
commit
39c0fa847e
5 changed files with 17 additions and 5 deletions
|
@ -25,6 +25,8 @@ pub mod parser;
|
|||
use parser::{Parser, emit_unclosed_delims, make_unclosed_delims_error};
|
||||
pub mod lexer;
|
||||
pub mod validate_attr;
|
||||
#[macro_use]
|
||||
pub mod config;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Directory<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue