This commit is contained in:
bjorn3
2019-09-28 16:43:00 +02:00
committed by Dan Gohman
parent c274d81b5b
commit bb8fa40ef0
49 changed files with 62 additions and 62 deletions

View File

@@ -84,9 +84,9 @@ impl<F: Forest> NodePool<F> {
F::Key: fmt::Display,
{
use crate::entity::EntitySet;
use alloc::vec::Vec;
use core::borrow::Borrow;
use core::cmp::Ordering;
use alloc::vec::Vec;
// The root node can't be an inner node with just a single sub-tree. It should have been
// pruned.