This release fixes a bug in Tree::remove()
where it was possible to cause a panic!()
by attempting to remove a Node from the Tree more than once.
Thanks to @clbarnes for this contribution!
This release fixes a bug in Tree::remove()
where it was possible to cause a panic!()
by attempting to remove a Node from the Tree more than once.
Thanks to @clbarnes for this contribution!