diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/agent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agent.rs b/src/agent.rs index ddd992f..3a032d0 100644 --- a/src/agent.rs +++ b/src/agent.rs @@ -527,7 +527,7 @@ impl<'de> serde::Deserialize<'de> for Agent { } }; - const FIELDS: &'static [&'static str] = &[ + const FIELDS: &[&'static str] = &[ "addr", "kind", "toughness", |