aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/lib.rs
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-07 17:12:07 +0100
committerEdwin Cheng <[email protected]>2019-04-07 17:12:07 +0100
commita7254201df07fb929ca689857d7472564d484c3e (patch)
treebb32649bf733ed892971ff5ada4fabbe58acc77c /crates/ra_mbe/src/lib.rs
parent7f1e93a3c934342a9b9c418865ff395b8ad245ce (diff)
Combine all tokensource to one and refactoring
Diffstat (limited to 'crates/ra_mbe/src/lib.rs')
-rw-r--r--crates/ra_mbe/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_mbe/src/lib.rs b/crates/ra_mbe/src/lib.rs
index 38d3ec7e1..84ce2b783 100644
--- a/crates/ra_mbe/src/lib.rs
+++ b/crates/ra_mbe/src/lib.rs
@@ -21,6 +21,7 @@ mod mbe_expander;
21mod syntax_bridge; 21mod syntax_bridge;
22mod tt_cursor; 22mod tt_cursor;
23mod subtree_source; 23mod subtree_source;
24mod subtree_parser;
24 25
25use ra_syntax::SmolStr; 26use ra_syntax::SmolStr;
26 27