From 8cdebb1752339e2ed7c0848877ba4216dcde2095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Mon, 6 Jul 2026 22:07:39 +0200 Subject: [PATCH] fix(hive-ag3nt): drop attribute orphaned by now_unix removal --- hive-ag3nt/src/serve_common.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/hive-ag3nt/src/serve_common.rs b/hive-ag3nt/src/serve_common.rs index 9958fdd6..9e011798 100644 --- a/hive-ag3nt/src/serve_common.rs +++ b/hive-ag3nt/src/serve_common.rs @@ -45,9 +45,6 @@ pub fn format_wake_prompt( format!("{banner}{tag}Incoming message from `{from}`:\n---\n{body}\n---{pending}") } -/// Current time as a Unix timestamp (seconds). Returns 0 on any error. -#[must_use] - /// Field-named args for [`build_row`]. Mirrors the turn-stats row /// columns; `outcome` and `bus` borrow for the duration of the call. pub struct TurnRowArgs<'a> {