mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
fix to allow windows to compile
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
use std::env::current_dir;
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::prelude::FileTypeExt;
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
Reference in New Issue
Block a user