diff --git a/crates/input/src/key.rs b/crates/input/src/key.rs index a88215f0..d2854d71 100644 --- a/crates/input/src/key.rs +++ b/crates/input/src/key.rs @@ -27,6 +27,7 @@ impl Action { pub struct KeyPlugin { keys: Vec, + #[allow(dead_code)] // TODO: Remove this and use this field config_name: String, _marker: PhantomData, }