chore: Remove Attribute and WordArea structures

This commit is contained in:
Clément Renault 2019-02-02 14:28:14 +01:00
parent 4c0ad5f964
commit 2e905bac08
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
9 changed files with 2 additions and 223 deletions

View file

@ -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>> {