mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-05 19:26:27 +00:00
add cellulite to the index
This commit is contained in:
@@ -87,7 +87,7 @@ pub use self::search::{
|
||||
};
|
||||
pub use self::update::ChannelCongestion;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, error::Error>;
|
||||
pub type Result<T, E = error::Error> = std::result::Result<T, E>;
|
||||
|
||||
pub type Attribute = u32;
|
||||
pub type BEU16 = heed::types::U16<heed::byteorder::BE>;
|
||||
|
Reference in New Issue
Block a user