aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 4cde0f0a..c48063d3 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -731,7 +731,7 @@ impl<'a> de::Deserialize<'a> for RawBinding {
}
}
- const FIELDS: &'static [&'static str] = &[
+ const FIELDS: &[&str] = &[
"key", "mods", "mode", "action", "chars", "mouse", "command",
];