Skip to content

Commit 5f51c5e

Browse files
committed
fixup! refactor diffs to be provider indepndent and improve git implementation
1 parent 402a59a commit 5f51c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-vcs/src/git/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn symlink() {
9292
#[cfg(unix)]
9393
use std::os::unix::fs::symlink;
9494
#[cfg(not(unix))]
95-
use std::os::windows::fs::symlink_file;
95+
use std::os::windows::fs::symlink_file as symlink;
9696
let temp_git = empty_git_repo();
9797
let file = temp_git.path().join("file.txt");
9898
let contents = b"foo".as_slice();

0 commit comments

Comments
 (0)