Remove the "BPlus" prefix from bforest::* types.
We'll just use the bforest:: namespace for these types, avoiding the confusing mix of prefixed and non-prefixed names. No functional change intended.
This commit is contained in:
@@ -64,7 +64,7 @@ impl<F: Forest> NodePool<F> {
|
||||
{
|
||||
use std::borrow::Borrow;
|
||||
use std::cmp::Ordering;
|
||||
use super::BPlusComparator;
|
||||
use super::Comparator;
|
||||
use entity::SparseSet;
|
||||
|
||||
// The root node can't be an inner node with just a single sub-tree. It should have been
|
||||
|
||||
Reference in New Issue
Block a user