mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: remove unnecessary #[allow(dead_code)] annotation (#3357)
This commit is contained in:
committed by
GitHub
Unverified
parent
8636bff46d
commit
c13c3dadbf
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user