From 6bd2b80be51a8623640fbd77afa1da09289e40cc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 17:54:34 +0200 Subject: chore: All compiles --- crates/daemon/src/aclient/history/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/daemon/src/aclient/history/builder.rs') diff --git a/crates/daemon/src/aclient/history/builder.rs b/crates/daemon/src/aclient/history/builder.rs index daa4ef49..ef52637b 100644 --- a/crates/daemon/src/aclient/history/builder.rs +++ b/crates/daemon/src/aclient/history/builder.rs @@ -49,7 +49,7 @@ impl From for History { /// so it doesn't have any fields which are known only after /// the command is finished, such as `exit` or `duration`. #[derive(Debug, Clone, TypedBuilder)] -pub(crate) struct HistoryCaptured { +pub struct HistoryCaptured { timestamp: time::OffsetDateTime, #[builder(setter(into))] command: String, -- cgit v1.3.1