Skip to content

Commit f1ac051

Browse files
committed
docs: add a todo
1 parent e4d189d commit f1ac051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use super::size;
2525
pub struct DataTree<Name, Size: size::Size> {
2626
name: Name,
2727
size: Size,
28-
children: Vec<Self>,
28+
children: Vec<Self>, // TODO: turn this into a semi zero-sized type
2929
}
3030

3131
mod constructors;

0 commit comments

Comments
 (0)