chore: Update the module hierarchy

This commit is contained in:
Clément Renault
2018-12-07 12:22:51 +01:00
parent 2c3d71dd8f
commit 8bee31078d
26 changed files with 33 additions and 296 deletions

View File

@ -12,7 +12,7 @@ use crate::automaton::{self, DfaExt, AutomatonExt};
use crate::rank::criterion::{self, Criterion};
use crate::rank::distinct_map::DistinctMap;
use crate::database::retrieve_data_index;
use crate::blob::PositiveBlob;
use crate::database::blob::PositiveBlob;
use crate::{Match, DocumentId};
use crate::rank::Document;