mirror of https://github.com/helix-editor/helix
clean up warnings
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…
Reference in New Issue