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 6551e1b commit 78b999fCopy full SHA for 78b999f
1 file changed
helix-loader/build.rs
@@ -45,7 +45,7 @@ fn main() {
45
// we need to revparse because the git dir could be anywhere if you are
46
// using detached worktrees but there is no good way to obtain an OsString
47
// from command output so for now we can't accept non-utf8 paths here
48
- // probably rare enouch where it doesn't matter tough we could use gitoxide
+ // probably rare enough where it doesn't matter tough we could use gitoxide
49
// here but that would be make it a hard dependency and slow compile times
50
let Some(git_dir): Option<String> = Command::new("git")
51
.args(["rev-parse", "--git-dir"])
0 commit comments