mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-01 08:00:41 +00:00
blop
This commit is contained in:
@@ -87,13 +87,6 @@ pub struct SegmentWriter {
|
||||
tokenizer: SimpleTokenizer,
|
||||
}
|
||||
|
||||
impl Drop for SegmentWriter {
|
||||
fn drop(&mut self) {
|
||||
println!("num tokens {}", self.num_tokens);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl SegmentWriter {
|
||||
|
||||
fn new() -> SegmentWriter {
|
||||
|
||||
Reference in New Issue
Block a user