mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Fix formatting
This commit is contained in:
parent
83b2d78bbb
commit
4c4416543a
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ fn extend_tokens_from_range(
|
||||||
) -> Option<TextRange> {
|
) -> Option<TextRange> {
|
||||||
let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None);
|
let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None);
|
||||||
let expansion = analyzer.expand(db, root.with_value(¯o_call))?;
|
let expansion = analyzer.expand(db, root.with_value(¯o_call))?;
|
||||||
|
|
||||||
// compute original mapped token range
|
// compute original mapped token range
|
||||||
let range = macro_call
|
let range = macro_call
|
||||||
.syntax()
|
.syntax()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue