1
Fork 0

Strip unconfigured nodes in the InvocationCollector fold.

This commit is contained in:
Jeffrey Seyfried 2016-09-07 22:24:01 +00:00
parent 3af0c6572e
commit d76bf3ed80
3 changed files with 67 additions and 19 deletions

View file

@ -104,6 +104,7 @@ pub mod abi;
pub mod ast;
pub mod attr;
pub mod codemap;
#[macro_use]
pub mod config;
pub mod entry;
pub mod feature_gate;