Cleanup editor.rs imports (#35509)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-08-01 23:05:03 -06:00 committed by GitHub
parent a50d0f2586
commit f4391ed631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 66 additions and 73 deletions

View file

@ -747,7 +747,7 @@ impl Vim {
Vim::action(
editor,
cx,
|vim, action: &editor::AcceptEditPrediction, window, cx| {
|vim, action: &editor::actions::AcceptEditPrediction, window, cx| {
vim.update_editor(window, cx, |_, editor, window, cx| {
editor.accept_edit_prediction(action, window, cx);
});