We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402a59a commit 5f51c5eCopy full SHA for 5f51c5e
helix-vcs/src/git/test.rs
@@ -92,7 +92,7 @@ fn symlink() {
92
#[cfg(unix)]
93
use std::os::unix::fs::symlink;
94
#[cfg(not(unix))]
95
- use std::os::windows::fs::symlink_file;
+ use std::os::windows::fs::symlink_file as symlink;
96
let temp_git = empty_git_repo();
97
let file = temp_git.path().join("file.txt");
98
let contents = b"foo".as_slice();
0 commit comments