mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
chore: Remove Attribute and WordArea structures
This commit is contained in:
parent
4c0ad5f964
commit
2e905bac08
9 changed files with 2 additions and 223 deletions
|
@ -147,12 +147,9 @@ impl<W: Write> DocIndexesBuilder<W> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
use std::error::Error;
|
||||
use crate::{Attribute, WordArea};
|
||||
|
||||
use crate::DocumentId;
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn builder_serialize_deserialize() -> Result<(), Box<Error>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue