aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_expand/src/lib.rs')
-rw-r--r--crates/ra_hir_expand/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/lib.rs b/crates/ra_hir_expand/src/lib.rs
index b6e55aa6a..63ba17158 100644
--- a/crates/ra_hir_expand/src/lib.rs
+++ b/crates/ra_hir_expand/src/lib.rs
@@ -132,7 +132,7 @@ impl MacroCallId {
132} 132}
133 133
134#[derive(Debug, Clone, PartialEq, Eq)] 134#[derive(Debug, Clone, PartialEq, Eq)]
135/// ExpansionInfo mainly describle how to map text range between src and expaned macro 135/// ExpansionInfo mainly describes how to map text range between src and expanded macro
136pub struct ExpansionInfo { 136pub struct ExpansionInfo {
137 pub arg_map: Vec<(TextRange, TextRange)>, 137 pub arg_map: Vec<(TextRange, TextRange)>,
138 pub def_map: Vec<(TextRange, TextRange)>, 138 pub def_map: Vec<(TextRange, TextRange)>,