Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 10, 2024
1 parent 8bff54f commit 224c0b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/input_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 224c0b8

Please sign in to comment.