made ResultExt public

This commit is contained in:
Paul Masurel
2017-05-30 08:22:17 +09:00
parent 37042e3ccb
commit 522ebdc674

View File

@@ -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>;