mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Run cargo fmt
This commit is contained in:
parent
34c991ea02
commit
f6f8f543e1
2 changed files with 11 additions and 11 deletions
|
@ -15,5 +15,4 @@ pub use self::roaring_bitmap_length::{
|
|||
BoRoaringBitmapLenCodec, CboRoaringBitmapLenCodec, RoaringBitmapLenCodec,
|
||||
};
|
||||
pub use self::str_beu32_codec::StrBEU32Codec;
|
||||
pub use self::str_str_u8_codec::StrStrU8Codec;
|
||||
pub use self::str_str_u8_codec::UncheckedStrStrU8Codec;
|
||||
pub use self::str_str_u8_codec::{StrStrU8Codec, UncheckedStrStrU8Codec};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue