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 3a032d0..d55a836 100644 --- a/src/agent.rs +++ b/src/agent.rs @@ -527,7 +527,7 @@ impl<'de> serde::Deserialize<'de> for Agent { } }; - const FIELDS: &[&'static str] = &[ + const FIELDS: &[&str] = &[ "addr", "kind", "toughness", |