mod define adjustment

This commit is contained in:
Zhenping Zhao 2024-12-08 22:44:45 -08:00
parent d81d0e1dde
commit f09b4948cb
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ use nu_engine::env_to_string;
use nu_path::dots::expand_ndots; use nu_path::dots::expand_ndots;
use nu_path::{expand_to_real_path, home_dir}; use nu_path::{expand_to_real_path, home_dir};
#[cfg(windows)] #[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::{ use nu_protocol::{
engine::{EngineState, Stack, StateWorkingSet}, engine::{EngineState, Stack, StateWorkingSet},
Span, Span,

View file

@ -29,7 +29,7 @@ pub use engine_state::*;
pub use error_handler::*; pub use error_handler::*;
pub use overlay::*; pub use overlay::*;
pub use pattern_match::*; 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)] #[cfg(windows)]
pub use pwd_per_drive::os_windows::*; //{fs_client::expand_pwd, maintainer::set_pwd}; pub use pwd_per_drive::os_windows::*; //{fs_client::expand_pwd, maintainer::set_pwd};
pub use sequence::*; pub use sequence::*;