Skip to content

Commit

Permalink
Merge branch 'main' into lock-api
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored Jun 19, 2024
2 parents 485fab7 + bdb3b85 commit 612da1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ pub use map::{AllVersionsIter, SkipMap};
pub use rarena_allocator::{Arena, Error as ArenaError};
pub use ux2::{u27, u5};

pub use ux2::{u27, u5};

const MAX_HEIGHT: usize = 32;

#[cfg(feature = "std")]
Expand Down

0 comments on commit 612da1a

Please sign in to comment.