mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
Fix Windows Clippy for transport test
This commit is contained in:
@@ -39,9 +39,11 @@ fn initialize_empty_repository(root: &std::path::Path) -> std::io::Result<()> {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::NeutralGitCwd;
|
||||
#[cfg(unix)]
|
||||
use super::initialize_empty_repository;
|
||||
use pretty_assertions::assert_eq;
|
||||
use std::ffi::OsStr;
|
||||
#[cfg(unix)]
|
||||
use std::fs;
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
|
||||
Reference in New Issue
Block a user