fix(hive-ag3nt): drop attribute orphaned by now_unix removal
This commit is contained in:
parent
b0736e6f3e
commit
8cdebb1752
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ pub fn format_wake_prompt(
|
||||||
format!("{banner}{tag}Incoming message from `{from}`:\n---\n{body}\n---{pending}")
|
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
|
/// Field-named args for [`build_row`]. Mirrors the turn-stats row
|
||||||
/// columns; `outcome` and `bus` borrow for the duration of the call.
|
/// columns; `outcome` and `bus` borrow for the duration of the call.
|
||||||
pub struct TurnRowArgs<'a> {
|
pub struct TurnRowArgs<'a> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue