mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-08 01:52:54 +00:00
Closes #64 - Improve Index creationg API / documentation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/// Definition of Tantivy's error and result.
|
||||
|
||||
use std::io;
|
||||
use std::result;
|
||||
|
||||
use std::path::PathBuf;
|
||||
use std::error;
|
||||
use std::sync::PoisonError;
|
||||
@@ -12,8 +12,7 @@ use query;
|
||||
use schema;
|
||||
|
||||
|
||||
/// Tantivy result.
|
||||
pub type Result<T> = result::Result<T, Error>;
|
||||
|
||||
|
||||
|
||||
/// Generic tantivy error.
|
||||
|
||||
Reference in New Issue
Block a user