mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 02:40:01 +00:00
Replace EdgeCondition with an Option<..> + other code cleanup
This commit is contained in:
@ -2,6 +2,7 @@ use std::marker::PhantomData;
|
||||
|
||||
use super::interner::{FixedSizeInterner, Interned};
|
||||
|
||||
/// A compact set of [`Interned<T>`]
|
||||
pub struct SmallBitmap<T> {
|
||||
internal: SmallBitmapInternal,
|
||||
_phantom: PhantomData<T>,
|
||||
|
Reference in New Issue
Block a user