mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
mod define adjustment
This commit is contained in:
parent
d81d0e1dde
commit
f09b4948cb
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use nu_engine::env_to_string;
|
|||
use nu_path::dots::expand_ndots;
|
||||
use nu_path::{expand_to_real_path, home_dir};
|
||||
#[cfg(windows)]
|
||||
use nu_protocol::engine::pwd_per_drive_helper::os_windows::*; //fs_client::expand_pwd;
|
||||
use nu_protocol::engine::fs_client; //fs_client::expand_pwd;
|
||||
use nu_protocol::{
|
||||
engine::{EngineState, Stack, StateWorkingSet},
|
||||
Span,
|
||||
|
|
|
@ -29,7 +29,7 @@ pub use engine_state::*;
|
|||
pub use error_handler::*;
|
||||
pub use overlay::*;
|
||||
pub use pattern_match::*;
|
||||
pub use pwd_per_drive::fs_client::*; //expand_path_with
|
||||
pub use pwd_per_drive::fs_client::*; //fs_client::expand_path_with
|
||||
#[cfg(windows)]
|
||||
pub use pwd_per_drive::os_windows::*; //{fs_client::expand_pwd, maintainer::set_pwd};
|
||||
pub use sequence::*;
|
||||
|
|
Loading…
Reference in a new issue