minor cleanup

This commit is contained in:
Heikki Linnakangas
2025-05-12 23:11:55 +03:00
parent e2bad5d9e9
commit d367273000
5 changed files with 14 additions and 17 deletions

View File

@@ -1,3 +1,6 @@
//! This file contains the implementations of all the different node variants.
//! These implementations use pointers, see node_ref.rs for slightly safer
//! wrappers that deal with references instead.
use std::marker::PhantomData;
use std::ptr::NonNull;