mirror of
https://github.com/nushell/nushell
synced 2025-01-26 11:55:20 +00:00
Adjust import condition
This commit is contained in:
parent
628497d0e3
commit
d7fdf96eb1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::engine::{EngineState, Stack};
|
||||
#[cfg(test)]
|
||||
#[cfg(all(test, windows))]
|
||||
use crate::IntoValue;
|
||||
use std::path::{Path, PathBuf};
|
||||
#[cfg(windows)]
|
||||
|
|
Loading…
Reference in a new issue