Skip to content

Commit

Permalink
Update src/node.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo authored Apr 21, 2024
1 parent 3165a7b commit 924ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ where
///
/// # Safety
///
/// The `bin` pointer was created with `Shared::boxed` and never shared.
/// The `bin` pointer and its successors were created with `Shared::boxed` and never shared.
pub(crate) unsafe fn new(bin: Shared<'_, BinEntry<K, V>>, guard: &Guard<'_>) -> Self {
let mut root = Shared::null();

Expand Down

0 comments on commit 924ff7d

Please sign in to comment.