use genemichaels for formatting

This commit is contained in:
Deadbeef 2023-05-26 19:56:45 +08:00
parent 4d234fc6a0
commit 9467c55770
31 changed files with 165 additions and 4969 deletions

View file

@ -196,7 +196,7 @@ impl Minimizer {
match has_made_change {
ProcessState::Changed | ProcessState::FileInvalidated => {
let result = prettyplease::unparse(&krate);
let result = crate::formatting::format(krate)?;
change.write(&result)?;