mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 17:42:55 +00:00
made ResultExt public
This commit is contained in:
@@ -88,7 +88,7 @@ mod functional_test;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
pub use error::{Error, ErrorKind};
|
||||
pub use error::{Error, ErrorKind, ResultExt};
|
||||
|
||||
/// Tantivy result.
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user