aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r--crates/ra_hir/src/attr.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_hir/src/attr.rs b/crates/ra_hir/src/attr.rs
index a8a7e9006..f67e80bfd 100644
--- a/crates/ra_hir/src/attr.rs
+++ b/crates/ra_hir/src/attr.rs
@@ -1,3 +1,5 @@
1//! A higher level attributes based on TokenTree, with also some shortcuts.
2
1use std::sync::Arc; 3use std::sync::Arc;
2 4
3use mbe::ast_to_token_tree; 5use mbe::ast_to_token_tree;