Skip to content

Commit 7c218b1

Browse files
committed
Format manifest feature array after edit
1 parent 69874ab commit 7c218b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cargo/util/toml_mut/manifest.rs

+2
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)