diff options
author | Aleksey Kladov <[email protected]> | 2019-01-31 18:29:04 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-31 20:23:30 +0000 |
commit | 2d1f0b105d7995088fdf7a90e5e594b5555699c6 (patch) | |
tree | 2c70b7671381c0ec42190303bbf6865a638ed39c /crates/ra_tt/src | |
parent | 40feacdeb90786b49ea9e0510ba22ff7af79e020 (diff) |
move test
Diffstat (limited to 'crates/ra_tt/src')
-rw-r--r-- | crates/ra_tt/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_tt/src/lib.rs b/crates/ra_tt/src/lib.rs index d7c3c62bf..043417abc 100644 --- a/crates/ra_tt/src/lib.rs +++ b/crates/ra_tt/src/lib.rs | |||
@@ -1,3 +1,7 @@ | |||
1 | /// `tt` crate defines a `TokenTree` datastructure: this is the interface (both | ||
2 | /// input and output) of macros. It closely mirrors `proc_macro` crate's | ||
3 | /// `TokenTree`. | ||
4 | |||
1 | macro_rules! impl_froms { | 5 | macro_rules! impl_froms { |
2 | ($e:ident: $($v:ident), *) => { | 6 | ($e:ident: $($v:ident), *) => { |
3 | $( | 7 | $( |