Skip to content

Commit df531d2

Browse files
committed
docs: add a todo
1 parent ec4ad45 commit df531d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree_builder/info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pub struct Info<Name, Size: size::Size> {
88
/// Size associated with given `path`.
99
pub size: Size,
1010
/// Direct descendants of given `path`.
11-
pub children: Vec<Name>,
11+
pub children: Vec<Name>, // TODO: change this into an iterator
1212
}

0 commit comments

Comments
 (0)