mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +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> {
|
||||
let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None);
|
||||
let expansion = analyzer.expand(db, root.with_value(¯o_call))?;
|
||||
|
||||
|
||||
// compute original mapped token range
|
||||
let range = macro_call
|
||||
.syntax()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue