mirror of
https://github.com/openai/codex.git
synced 2026-06-02 19:31:59 +00:00
Fix Windows clippy for shell env file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
use std::path::Path;
|
||||
|
||||
#[cfg(not(windows))]
|
||||
use anyhow::Context;
|
||||
use anyhow::Result;
|
||||
use codex_protocol::ThreadId;
|
||||
@@ -55,6 +56,6 @@ impl ShellEnvFile {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(all(test, not(windows)))]
|
||||
#[path = "shell_env_file_tests.rs"]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user