This commit is contained in:
Aaron Hill 2025-03-25 10:10:43 -04:00 committed by GitHub
commit 528ff0367d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,7 +334,7 @@ fn do_cargo_expand() -> Result<i32> {
let _ = write!(io::stdout(), "{}", content); let _ = write!(io::stdout(), "{}", content);
} }
Ok(0) Ok(code)
} }
fn which_rustfmt() -> Option<PathBuf> { fn which_rustfmt() -> Option<PathBuf> {