Merge #2586
2586: Make reformat hook actually reformat files r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
c651cf7cd1
@ -144,6 +144,7 @@ pub fn run_fuzzer() -> Result<()> {
|
||||
}
|
||||
|
||||
pub fn reformat_staged_files() -> Result<()> {
|
||||
run_rustfmt(Mode::Overwrite)?;
|
||||
let root = project_root();
|
||||
let output = Command::new("git")
|
||||
.arg("diff")
|
||||
|
Loading…
x
Reference in New Issue
Block a user