From 18bc97982137359df497b13db34a829fdb9abc4c Mon Sep 17 00:00:00 2001 From: Tanuj Date: Sat, 16 Feb 2019 19:20:29 +0000 Subject: Remove incorrect doc comment --- src/input.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 => { -- cgit v1.2.3-54-g00ecf