format it

This commit is contained in:
ASuciuX
2024-03-26 14:35:37 +02:00
parent 0ff3ccbbd8
commit 9d97913b3c

View File

@@ -1528,7 +1528,7 @@ impl TupleData {
pub fn is_empty(&self) -> bool {
self.data_map.is_empty()
}
///TODO: #4587 create default for TupleData, then check if the mutation tests are caught for the case:
/// Ok((Default::default()))
/// Or keep the skip and remove the comment