Rename source_edit to source_file_edit to match file_system_edit
This commit is contained in:
@@ -33,7 +33,7 @@ pub(crate) fn on_enter(db: &RootDatabase, position: FilePosition) -> Option<Sour
|
||||
edit.insert(position.offset, inserted);
|
||||
|
||||
Some(
|
||||
SourceChange::source_edit(
|
||||
SourceChange::source_file_edit(
|
||||
"on enter",
|
||||
SourceFileEdit { edit: edit.finish(), file_id: position.file_id },
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user