Export LogQueryError (#1615)
This commit is contained in:
parent
c51dcffec6
commit
afb6808ddb
|
@ -20,7 +20,7 @@ mod pending_escalator;
|
||||||
pub use pending_escalator::EscalatingPending;
|
pub use pending_escalator::EscalatingPending;
|
||||||
|
|
||||||
mod log_query;
|
mod log_query;
|
||||||
pub use log_query::LogQuery;
|
pub use log_query::{LogQuery, LogQueryError};
|
||||||
|
|
||||||
mod stream;
|
mod stream;
|
||||||
pub use futures_util::StreamExt;
|
pub use futures_util::StreamExt;
|
||||||
|
|
Loading…
Reference in New Issue