Skip to content

Commit 448c56b

Browse files
committed
wip
1 parent 65c6250 commit 448c56b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/abstract.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pub trait AbstractTree {
2929
/// # Panics
3030
///
3131
/// Panics if the tree is **not** initially empty.
32+
///
33+
/// Will panic if the input iterator is not sorted in ascending order.
3234
#[doc(hidden)]
3335
fn ingest(&self, iter: impl Iterator<Item = (UserKey, UserValue)>) -> crate::Result<()>;
3436

0 commit comments

Comments
 (0)