aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir/src/macros.rs')
-rw-r--r--crates/ra_hir/src/macros.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_hir/src/macros.rs b/crates/ra_hir/src/macros.rs
index 7ca34d434..9aa706836 100644
--- a/crates/ra_hir/src/macros.rs
+++ b/crates/ra_hir/src/macros.rs
@@ -1,3 +1,6 @@
1#[allow(unused)]
2mod token_tree;
3
1/// Machinery for macro expansion. 4/// Machinery for macro expansion.
2/// 5///
3/// One of the more complicated things about macros is managing the source code 6/// One of the more complicated things about macros is managing the source code