Skip to content

Commit

Permalink
create a bug for leo to test
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Feb 7, 2024
1 parent 6d8bdc3 commit d37716e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ impl<T: RawKey, A: Allocator + Clone + Send> RawTree<T, A> {
let old = node.as_ref().get_child(node_key).unwrap().as_tid();
let new = tid_func(Some(old));
if old == new {
node.check_version()?;
return Ok(Some(old));
}

Expand Down

0 comments on commit d37716e

Please sign in to comment.