1
Fork 0

Move syntax_expand::config to rustc_parse::config

This commit is contained in:
Mark Rousskov 2019-11-19 21:35:11 -05:00
parent 618b01f9fa
commit 39c0fa847e
5 changed files with 17 additions and 5 deletions

View file

@ -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> {