clean up warnings

pull/8675/merge^2
mattwparas 2023-09-13 20:55:26 -07:00
parent 2d4bc31d54
commit 500963b1c5
1 changed files with 3 additions and 3 deletions

View File

@ -182,10 +182,10 @@ pub trait PluginSystem {
/// editors default keybindings.
fn handle_keymap_event(
&self,
editor: &mut ui::EditorView,
mode: Mode,
_editor: &mut ui::EditorView,
_mode: Mode,
_cxt: &mut Context,
event: KeyEvent,
_event: KeyEvent,
) -> Option<KeymapResult> {
None
}