mirror of
https://github.com/nushell/nushell.git
synced 2025-03-06 19:31:40 +01:00
use super::
This commit is contained in:
parent
14b6da359a
commit
1fe434bf30
@ -261,9 +261,7 @@ mod tests {
|
||||
/// ```
|
||||
pub mod pwd_per_drive_singleton {
|
||||
#[cfg(windows)]
|
||||
use super::get_drive_pwd_map;
|
||||
|
||||
use std::path::{Path, PathBuf};
|
||||
use super::{get_drive_pwd_map, Path, PathBuf};
|
||||
|
||||
/// set_pwd_per_drive
|
||||
/// record PWD for drive, path must be absolute path
|
||||
|
Loading…
Reference in New Issue
Block a user