mirror of
https://github.com/nushell/nushell
synced 2025-01-16 07:04:09 +00:00
fix to allow windows to compile
This commit is contained in:
parent
020143d050
commit
ea9aad9b5d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
use std::env::current_dir;
|
use std::env::current_dir;
|
||||||
|
#[cfg(unix)]
|
||||||
use std::os::unix::prelude::FileTypeExt;
|
use std::os::unix::prelude::FileTypeExt;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue