Skip to content

Commit b81b2fc

Browse files
committed
all feature tests pass
1 parent 6a6edb9 commit b81b2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ impl NodeIterator for PostorderNodeIterator<'_> {
331331
}
332332

333333
fn current_node(&mut self) -> Option<NodeId> {
334-
todo!()
334+
self.current_node
335335
}
336336
}
337337

0 commit comments

Comments
 (0)