Skip to content

Commit 87c9b49

Browse files
committed
.
1 parent c13cbcf commit 87c9b49

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

git-config/src/values.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,8 @@ quick_error! {
297297
source(err)
298298
from()
299299
}
300-
#[cfg(not(target_os = "windows"))]
301-
Pwd (err: PwdError){
302-
display("User home info missing {}", err)
303-
from()
300+
Pwd {
301+
display("User home info missing")
304302
}
305303
Unsupported {
306304
display("Not available on this platform")

0 commit comments

Comments
 (0)