diff options
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 3f52beb6b..c3f82fea8 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -1293,7 +1293,7 @@ impl CallHierarchyOutgoingCall { from_ranges: self .from_spans .iter() - .map(|span| span.to_range(&line_index)) + .map(|span| span.to_range(line_index)) .collect(), }) } |