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 c4b4244 commit 4302821Copy full SHA for 4302821
objdiff-core/src/build/mod.rs
@@ -71,7 +71,7 @@ pub fn run_make(config: &BuildConfig, arg: &Utf8UnixPath) -> BuildStatus {
71
72
command
73
.arg("--cd")
74
- .arg(cwd.as_ref())
+ .arg::<&str>(cwd.as_ref())
75
.arg("-d")
76
.arg(distro)
77
.arg("--")
0 commit comments