We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16f215 commit 646416fCopy full SHA for 646416f
src/tree_builder/info.rs
@@ -8,5 +8,5 @@ pub struct Info<Name, Size: size::Size> {
8
/// Size associated with given `path`.
9
pub size: Size,
10
/// Direct descendants of given `path`.
11
- pub children: Vec<Name>, // TODO: change this into an iterator
+ pub children: Vec<Name>,
12
}
0 commit comments