We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70b904 commit 8472447Copy full SHA for 8472447
gix-path/src/env/git/mod.rs
@@ -1,4 +1,3 @@
1
-use std::env;
2
use std::path::{Path, PathBuf};
3
use std::process::{Command, Stdio};
4
@@ -112,6 +111,7 @@ fn git_cmd(executable: PathBuf) -> Command {
112
111
113
#[cfg(windows)]
114
{
+ use std::env;
115
use std::os::windows::process::CommandExt;
116
const CREATE_NO_WINDOW: u32 = 0x08000000;
117
cmd.creation_flags(CREATE_NO_WINDOW);
0 commit comments