mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove the AttrCount type
Could probably be reintroduced later
This commit is contained in:
parent
7d67750865
commit
4be23efe66
2 changed files with 1 additions and 9 deletions
|
@ -63,11 +63,3 @@ pub struct Highlight {
|
|||
/// without needing to run the tokenizer again.
|
||||
pub char_length: u16,
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
#[cfg_attr(feature = "zerocopy", derive(AsBytes, FromBytes))]
|
||||
#[repr(C)]
|
||||
pub struct AttrCount {
|
||||
pub attr: u16,
|
||||
pub count: u16,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue