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 ec4ad45 commit df531d2Copy full SHA for df531d2
1 file changed
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>,
+ pub children: Vec<Name>, // TODO: change this into an iterator
12
}
0 commit comments