diff options
Diffstat (limited to 'library/std/src/sys/path/windows/tests.rs')
| -rw-r--r-- | library/std/src/sys/path/windows/tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/sys/path/windows/tests.rs b/library/std/src/sys/path/windows/tests.rs index 9eb79203dca..830f48d7bfc 100644 --- a/library/std/src/sys/path/windows/tests.rs +++ b/library/std/src/sys/path/windows/tests.rs @@ -1,4 +1,6 @@ +use super::super::windows_prefix::*; use super::*; +use crate::path::Prefix; #[test] fn test_parse_next_component() { |
