mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Remove dead code for handling cursor positions
This commit is contained in:
parent
4b495da368
commit
ff28c79ebd
8 changed files with 12 additions and 388 deletions
|
@ -628,7 +628,6 @@ mod tests {
|
|||
path: "foo.rs",
|
||||
},
|
||||
],
|
||||
cursor_position: None,
|
||||
is_snippet: false,
|
||||
},
|
||||
),
|
||||
|
@ -685,7 +684,6 @@ mod tests {
|
|||
},
|
||||
],
|
||||
file_system_edits: [],
|
||||
cursor_position: None,
|
||||
is_snippet: false,
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue