{rustc_parse -> rustc_expand}::config
This commit is contained in:
parent
3796faefb1
commit
31ee8e0a43
5 changed files with 7 additions and 15 deletions
|
@ -26,8 +26,6 @@ pub mod parser;
|
|||
use parser::{emit_unclosed_delims, make_unclosed_delims_error, Parser};
|
||||
pub mod lexer;
|
||||
pub mod validate_attr;
|
||||
#[macro_use]
|
||||
pub mod config;
|
||||
|
||||
// A bunch of utility functions of the form `parse_<thing>_from_<source>`
|
||||
// where <thing> includes crate, expr, item, stmt, tts, and one that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue