mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Fix range in goto_through_format test
This commit is contained in:
parent
91f28e43a2
commit
2223620313
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ mod tests {
|
||||||
format!(\"{}\", fo<|>o())
|
format!(\"{}\", fo<|>o())
|
||||||
}
|
}
|
||||||
",
|
",
|
||||||
"foo FN_DEF FileId(1) [359; 376) [362; 365)",
|
"foo FN_DEF FileId(1) [398; 415) [401; 404)",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue