use super::*

This commit is contained in:
pegasus.cadence@gmail.com 2024-11-20 17:18:36 -08:00
parent 1fe434bf30
commit 4f70bb61a3

View File

@ -260,8 +260,7 @@ mod tests {
/// } /// }
/// ``` /// ```
pub mod pwd_per_drive_singleton { pub mod pwd_per_drive_singleton {
#[cfg(windows)] use super::*;
use super::{get_drive_pwd_map, 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