We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417f534 commit cb2a016Copy full SHA for cb2a016
src/tests/symlink.rs
@@ -1,5 +1,6 @@
1
use std::{fs, io, path::Path};
2
3
+#[cfg(target_family = "windows")]
4
use normalize_path::NormalizePath;
5
6
use crate::{ResolveOptions, Resolver};
0 commit comments