mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Merge 53e5603ce2
into eb505d1f24
This commit is contained in:
commit
528ff0367d
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ fn do_cargo_expand() -> Result<i32> {
|
|||
let _ = write!(io::stdout(), "{}", content);
|
||||
}
|
||||
|
||||
Ok(0)
|
||||
Ok(code)
|
||||
}
|
||||
|
||||
fn which_rustfmt() -> Option<PathBuf> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue