From 9208b7dfaf86d3dc46e14a35976e9600fa5b4aa5 Mon Sep 17 00:00:00 2001 From: jack crump-leys Date: Thu, 12 Oct 2023 14:47:45 +1300 Subject: [PATCH] allow dead code TODO: Remove this and use this field --- crates/input/src/key.rs | 1 + 1 file changed, 1 insertion(+) 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, }