From 924ff7d3316d6f1ca3f1905f412acf2dae3cfc28 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 21 Apr 2024 11:33:03 +0200 Subject: [PATCH] Update src/node.rs --- src/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.rs b/src/node.rs index 54fb062..f8ad720 100644 --- a/src/node.rs +++ b/src/node.rs @@ -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>, guard: &Guard<'_>) -> Self { let mut root = Shared::null();