Refactoring subtree_source

This commit is contained in:
Edwin Cheng 2019-04-07 21:42:53 +08:00
parent aac9dfa464
commit 7f1e93a3c9
4 changed files with 386 additions and 364 deletions

View file

@ -15,10 +15,12 @@ macro_rules! impl_froms {
}
}
mod tt_cursor;
// mod tt_cursor;
mod mbe_parser;
mod mbe_expander;
mod syntax_bridge;
mod tt_cursor;
mod subtree_source;
use ra_syntax::SmolStr;