aboutsummaryrefslogtreecommitdiff
path: root/src/agent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/agent.rs')
-rw-r--r--src/agent.rs2
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",