clean up warnings

pull/8675/merge^2
mattwparas 1 year ago
parent 2d4bc31d54
commit 500963b1c5

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

Loading…
Cancel
Save