codex: trim replace_compacted_history doc comment (#14563)

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-16 11:50:45 -07:00
parent 85ee75c9bf
commit 1ed83c70bf

View File

@@ -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<ResponseItem>,