mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Fix extract_variable test
This commit is contained in:
parent
1b5bc83118
commit
b8276481e7
@ -287,7 +287,7 @@ fn foo() {
|
||||
extract_variable,
|
||||
r"
|
||||
fn foo() {
|
||||
$0{ let x = 0; x }$0
|
||||
$0{ let x = 0; x }$0;
|
||||
something_else();
|
||||
}",
|
||||
r"
|
||||
|
Loading…
x
Reference in New Issue
Block a user