From 2d1f0b105d7995088fdf7a90e5e594b5555699c6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 31 Jan 2019 21:29:04 +0300 Subject: move test --- crates/ra_tt/Cargo.toml | 1 - crates/ra_tt/src/lib.rs | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'crates/ra_tt') diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml index 357a5c5a3..02accd404 100644 --- a/crates/ra_tt/Cargo.toml +++ b/crates/ra_tt/Cargo.toml @@ -5,5 +5,4 @@ version = "0.1.0" authors = ["Aleksey Kladov "] [dependencies] -rustc-hash = "1.0.0" smol_str = "0.1.9" 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 @@ +/// `tt` crate defines a `TokenTree` datastructure: this is the interface (both +/// input and output) of macros. It closely mirrors `proc_macro` crate's +/// `TokenTree`. + macro_rules! impl_froms { ($e:ident: $($v:ident), *) => { $( -- cgit v1.2.3