Fix clippy lint
This commit is contained in:
parent
cdb76dcba2
commit
d7a13a8468
|
|
@ -667,7 +667,7 @@ fn main() {
|
|||
if let Some(sysroot) = &config.env.sysroot {
|
||||
builder = builder
|
||||
.clang_arg("--sysroot")
|
||||
.clang_arg(&sysroot.display().to_string());
|
||||
.clang_arg(sysroot.display().to_string());
|
||||
}
|
||||
|
||||
match &*config.target {
|
||||
|
|
|
|||
Loading…
Reference in New Issue