diff --git a/src/lib.rs b/src/lib.rs index eb50eb7..b7a2ed1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -248,8 +248,7 @@ pub struct RecursiveBST { /// /// # Important /// -/// This should be preferred against [RecursiveBST] as this should generally be -/// more performant. +/// This should be preferred over [RecursiveBST] for reasons listed in crate level documentation. #[derive(Debug)] pub struct IterativeBST { root: HeapNode,