Skip to content

Commit

Permalink
allow dead code TODO: Remove this and use this field
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys committed Oct 12, 2023
1 parent a79bd9d commit 9208b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/input/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl<A: ActionTrait> Action<A> {

pub struct KeyPlugin<A: ActionTrait + Send + Sync + 'static> {
keys: Vec<A::InputType>,
#[allow(dead_code)] // TODO: Remove this and use this field
config_name: String,
_marker: PhantomData<A>,
}
Expand Down

0 comments on commit 9208b7d

Please sign in to comment.