Skip to content

Commit

Permalink
chore(*): finalize SCC 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Oct 25, 2024
1 parent 7c3202c commit 6888a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hash_table/bucket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ impl<'g, K, V, L: LruList, const TYPE: char> Locker<'g, K, V, L, TYPE> {
data_block: &mut DataBlock<K, V, BUCKET_LEN>,
entry_ptr: &EntryPtr<K, V, TYPE>,
) -> (K, V) {
debug_assert_eq!(TYPE, OPTIMISTIC);
debug_assert_ne!(TYPE, OPTIMISTIC);

self.bucket.num_entries -= 1;
let link_ptr = entry_ptr.current_link_ptr.as_ptr().cast_mut();
Expand Down

0 comments on commit 6888a81

Please sign in to comment.