Skip to content

Commit 56918df

Browse files
committed
Format manifest feature array after edit
1 parent 8e7077f commit 56918df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cargo/util/toml_mut/manifest.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ fn fix_feature_activations(
524524
}
525525
}
526526
}
527+
528+
feature_values.fmt();
527529
}
528530

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

0 commit comments

Comments
 (0)