aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/aclient/history/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/daemon/src/aclient/history/builder.rs')
-rw-r--r--crates/daemon/src/aclient/history/builder.rs2
1 files changed, 1 insertions, 1 deletions
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<HistoryImported> 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,