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