diff --git a/src/lib.rs b/src/lib.rs index f3c6290..2558cfe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -578,7 +578,7 @@ impl BinarySearchTree for IterativeBST { } fn into_asc_order_iter(self) -> IntoIter { - todo!() + self.into_in_order_iter() } fn into_pre_order_iter(self) -> IntoIter {