mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
Minor refactoring (#1266)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use std::path::Path;
|
||||
|
||||
use tantivy::directory::{Directory, ManagedDirectory, RamDirectory, TerminatingWrite};
|
||||
use tantivy::doc;
|
||||
use tantivy::schema::{Schema, TEXT};
|
||||
use tantivy::{Index, Term};
|
||||
use tantivy::{doc, Index, Term};
|
||||
|
||||
#[test]
|
||||
fn test_failpoints_managed_directory_gc_if_delete_fails() {
|
||||
|
||||
Reference in New Issue
Block a user