fix: remove unnecessary #[allow(dead_code)] annotation (#3357)

This commit is contained in:
Michael Bolin
2025-09-10 08:19:05 -07:00
committed by GitHub
parent 8636bff46d
commit c13c3dadbf

View File

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