From 224c0b88ef3a2334e62d8a9162bbc53a0e090c09 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Thu, 10 Oct 2024 20:06:12 +0300 Subject: [PATCH] Fix doc comment --- src/input_reader.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/input_reader.rs b/src/input_reader.rs index 451dd79..78c8862 100644 --- a/src/input_reader.rs +++ b/src/input_reader.rs @@ -286,9 +286,7 @@ bitflags! { } } -/// All input that can be associated with an action. -/// -/// See also [`InputReader::read`] for binding input at runtime. +/// All inputs that can be associated with an action. #[derive(Clone, Copy, Debug, Serialize, Deserialize)] pub enum Input { Keyboard {