fix: remove unnecessary #[allow(dead_code)] annotation (#3357)
This commit is contained in:
@@ -125,7 +125,6 @@ impl RolloutRecorderParams {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl RolloutRecorder {
|
impl RolloutRecorder {
|
||||||
#[allow(dead_code)]
|
|
||||||
/// List conversations (rollout files) under the provided Codex home directory.
|
/// List conversations (rollout files) under the provided Codex home directory.
|
||||||
pub async fn list_conversations(
|
pub async fn list_conversations(
|
||||||
codex_home: &Path,
|
codex_home: &Path,
|
||||||
|
|||||||
Reference in New Issue
Block a user