From c13c3dadbf68d5369f24a20594cedd6b3973516b Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 10 Sep 2025 08:19:05 -0700 Subject: [PATCH] fix: remove unnecessary #[allow(dead_code)] annotation (#3357) --- codex-rs/core/src/rollout/recorder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/rollout/recorder.rs b/codex-rs/core/src/rollout/recorder.rs index 9954c4b1..5451af0d 100644 --- a/codex-rs/core/src/rollout/recorder.rs +++ b/codex-rs/core/src/rollout/recorder.rs @@ -125,7 +125,6 @@ impl RolloutRecorderParams { } impl RolloutRecorder { - #[allow(dead_code)] /// List conversations (rollout files) under the provided Codex home directory. pub async fn list_conversations( codex_home: &Path,