mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Rename source_edit to source_file_edit to match file_system_edit
This commit is contained in:
parent
b92fcbc956
commit
4d26bae46d
5 changed files with 11 additions and 11 deletions
|
@ -206,7 +206,7 @@ fn rename_reference(
|
|||
return None;
|
||||
}
|
||||
|
||||
Some(SourceChange::source_edits("rename", edit))
|
||||
Some(SourceChange::source_file_edits("rename", edit))
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue