Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Nov 29, 2021
1 parent 8fd8e59 commit 500273d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ pub use update::*;
pub use util::*;

pub use crate::{
ConnectionTrait, InsertResult, PaginatorTrait, Statement, UpdateResult, Value, Values,
ConnectionTrait, InsertResult, PaginatorTrait, Statement, StreamTrait, TransactionTrait,
UpdateResult, Value, Values,
};

0 comments on commit 500273d

Please sign in to comment.