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.
&
fn invoke_refactor
1 parent 4998502 commit 012b1ddCopy full SHA for 012b1dd
c2rust-transpile/src/lib.rs
@@ -467,7 +467,7 @@ fn get_extra_args_macos() -> Vec<String> {
467
fn invoke_refactor(build_dir: &Path) -> Result<(), Error> {
468
// Make sure the crate builds cleanly
469
let status = Command::new("cargo")
470
- .args(&["check"])
+ .args(["check"])
471
.env("RUSTFLAGS", "-Awarnings")
472
.current_dir(build_dir)
473
.status()?;
0 commit comments