Export LogQueryError (#1615)

This commit is contained in:
Remco Bloemen 2022-08-19 08:18:26 -07:00 committed by GitHub
parent c51dcffec6
commit afb6808ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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