mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 01:02:55 +00:00
fix comment
This commit is contained in:
@@ -336,9 +336,6 @@ impl ReadSerializedBitSet {
|
||||
|
||||
/// Iterate the tinyset on the fly from serialized data.
|
||||
///
|
||||
/// Iterator returns (TinySet, is_last) element, so the consumer can ignore up to max_doc in the
|
||||
/// last block.
|
||||
///
|
||||
#[inline]
|
||||
fn iter_tinysets<'a>(&'a self) -> impl Iterator<Item = TinySet> + 'a {
|
||||
assert!((self.data.len()) % 8 == 0);
|
||||
|
||||
Reference in New Issue
Block a user