Added bitse

This commit is contained in:
Paul Masurel
2018-01-31 23:56:54 +09:00
parent 340693184f
commit 1947a19700
17 changed files with 479 additions and 37 deletions

View File

@@ -36,7 +36,7 @@ where
self.postings.doc()
}
fn size_hint(&self) -> usize {
fn size_hint(&self) -> u32 {
self.postings.size_hint()
}
}