Skip to content

Commit cb2a016

Browse files
committed
test: fix warning on windows
1 parent 417f534 commit cb2a016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/symlink.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use std::{fs, io, path::Path};
22

3+
#[cfg(target_family = "windows")]
34
use normalize_path::NormalizePath;
45

56
use crate::{ResolveOptions, Resolver};

0 commit comments

Comments
 (0)