summaryrefslogtreecommitdiffstats
path: root/ui/src/types/keys.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/types/keys.rs')
-rw-r--r--ui/src/types/keys.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/types/keys.rs b/ui/src/types/keys.rs
index 6be97782..e3db0176 100644
--- a/ui/src/types/keys.rs
+++ b/ui/src/types/keys.rs
@@ -201,7 +201,7 @@ derive_csi_sequence!("End Bracketed Paste Mode", BracketModeEnd, "?2003l");
pub const BRACKET_PASTE_START: &[u8] = b"\x1B[200~";
pub const BRACKET_PASTE_END: &[u8] = b"\x1B[201~";
-const FIELDS: &'static [&'static str] = &[];
+const FIELDS: &[&str] = &[];
impl<'de> Deserialize<'de> for Key {