aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_ide/src/extend_selection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/extend_selection.rs b/crates/ra_ide/src/extend_selection.rs
index c6f558021..e48ef8649 100644
--- a/crates/ra_ide/src/extend_selection.rs
+++ b/crates/ra_ide/src/extend_selection.rs
@@ -113,7 +113,7 @@ fn extend_tokens_from_range(
113) -> Option<TextRange> { 113) -> Option<TextRange> {
114 let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None); 114 let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None);
115 let expansion = analyzer.expand(db, root.with_value(&macro_call))?; 115 let expansion = analyzer.expand(db, root.with_value(&macro_call))?;
116 116
117 // compute original mapped token range 117 // compute original mapped token range
118 let range = macro_call 118 let range = macro_call
119 .syntax() 119 .syntax()