Skip to content

Commit

Permalink
Remove outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cecile committed Jan 24, 2024
1 parent e5a9490 commit ee9fc89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/action_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ pub struct ActionData {
#[derive(Resource, Component, Clone, Debug, PartialEq, Serialize, Deserialize, Reflect)]
pub struct ActionState<A: Actionlike> {
/// The [`ActionData`] of each action
///
/// The position in this vector corresponds to [`Actionlike::index`].
action_data: HashMap<A, ActionData>,
}

Expand Down
2 changes: 0 additions & 2 deletions src/clashing_inputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ impl<A: Actionlike> InputMap<A> {
/// as well as the corresponding user inputs
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
pub(crate) struct Clash<A: Actionlike> {
/// The `Actionlike::index` value corresponding to `action_a`
action_a: A,
/// The `Actionlike::index` value corresponding to `action_b`
action_b: A,
inputs_a: Vec<UserInput>,
inputs_b: Vec<UserInput>,
Expand Down

0 comments on commit ee9fc89

Please sign in to comment.