mirror of
https://github.com/danbulant/nushell
synced 2026-06-11 18:51:07 +00:00
Merge pull request #122 from fdncred/fix_windows_compiling
fix to allow windows to compile
This commit is contained in:
commit
dada7a9867
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use std::env::current_dir;
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::prelude::FileTypeExt;
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue