Skip to content

Commit 646416f

Browse files
committed
docs: remove a todo
This reverts commit df531d2.
1 parent d16f215 commit 646416f

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>, // TODO: change this into an iterator
11+
pub children: Vec<Name>,
1212
}

0 commit comments

Comments
 (0)