diff --git a/core/build.rs b/core/build.rs index 5753b7d51..906659e5a 100644 --- a/core/build.rs +++ b/core/build.rs @@ -46,7 +46,7 @@ fn generate_swift_api_code() -> Result<(), Box> { // Generate the API code using the existing binary let output = std::process::Command::new("cargo") - .args(&["run", "--bin", "generate_swift_types", "--quiet"]) + .args(["run", "--bin", "generate_swift_types", "--quiet"]) .output()?; if !output.status.success() {