Skip to content

slab_tree v0.3.2

Latest
Compare
Choose a tag to compare
@iwburns iwburns released this 02 May 17:26
· 1 commit to master since this release

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!