Export only what's in use from front::eval. Issue #604
This commit is contained in:
parent
bdc5abe82c
commit
172c5633c4
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ import front::parser::new_parser;
|
|||
import front::parser::parse_inner_attrs_and_next;
|
||||
import front::parser::parse_mod_items;
|
||||
|
||||
export eval_crate_directives_to_mod;
|
||||
export mode_parse;
|
||||
|
||||
tag eval_mode { mode_depend; mode_parse; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue