diff options
author | Tanuj <tanuj@tutanota.com> | 2019-02-16 19:20:29 +0000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-16 19:20:29 +0000 |
commit | 18bc97982137359df497b13db34a829fdb9abc4c (patch) | |
tree | 011a7ea73aed5e7005dfd459479db465d3c48a85 | |
parent | b295ac9b9ba7299ccb7edee17e2ac0c6334be2fb (diff) | |
download | alacritty-18bc97982137359df497b13db34a829fdb9abc4c.tar.gz alacritty-18bc97982137359df497b13db34a829fdb9abc4c.zip |
Remove incorrect doc comment
-rw-r--r-- | src/input.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input.rs b/src/input.rs index 26a12de6..95817cf6 100644 --- a/src/input.rs +++ b/src/input.rs @@ -734,8 +734,6 @@ impl<'a, A: ActionContext + 'a> Processor<'a, A> { } /// Process key input - /// - /// If a keybinding was run, returns true. Otherwise returns false. pub fn process_key(&mut self, input: KeyboardInput) { match input.state { ElementState::Pressed => { |