mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Remove incorrect doc comment
This commit is contained in:
parent
b295ac9b9b
commit
18bc979821
1 changed files with 0 additions and 2 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue