Skip to content

Commit

Permalink
Format manifest feature array after edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cassaundra committed Sep 20, 2022
1 parent 8e7077f commit 56918df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cargo/util/toml_mut/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ fn fix_feature_activations(
}
}
}

feature_values.fmt();
}

pub fn str_or_1_len_table(item: &toml_edit::Item) -> bool {
Expand Down

0 comments on commit 56918df

Please sign in to comment.