From 1ed83c70bf40ccf45fc619c6ef5f58bec934cfc6 Mon Sep 17 00:00:00 2001 From: Charles Cunningham Date: Mon, 16 Mar 2026 11:50:45 -0700 Subject: [PATCH] codex: trim replace_compacted_history doc comment (#14563) Co-authored-by: Codex --- codex-rs/core/src/codex.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codex-rs/core/src/codex.rs b/codex-rs/core/src/codex.rs index 2892b3cb73..93eeda3c15 100644 --- a/codex-rs/core/src/codex.rs +++ b/codex-rs/core/src/codex.rs @@ -3363,8 +3363,7 @@ impl Session { /// lock. /// /// When live history diverges in any other way, replacement still happens, - /// concurrent writes are dropped, and a warning is emitted instead of - /// propagating that detail through the return value. + /// concurrent writes are dropped, and a warning is emitted. pub(crate) async fn replace_compacted_history( &self, mut items: Vec,