Skip to content

Commit b349e8a

Browse files
committed
Fix windows typo
1 parent e225586 commit b349e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ mod tests {
191191

192192
#[cfg(target_os = "windows")]
193193
fn symlink<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()> {
194-
std::os::window::fs::symlink_file(src, dst)
194+
std::os::windows::fs::symlink_file(src, dst)
195195
}
196196

197197
#[cfg(not(target_os = "windows"))]

0 commit comments

Comments
 (0)