Skip to content

Commit 0277eb9

Browse files
zainkabanidjc
authored andcommitted
Add queue strategy to lib
1 parent f4ccaee commit 0277eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb8/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
mod api;
3737
pub use api::{
3838
Builder, CustomizeConnection, ErrorSink, ManageConnection, NopErrorSink, Pool,
39-
PooledConnection, RunError, State,
39+
PooledConnection, QueueStrategy, RunError, State,
4040
};
4141

4242
mod inner;

0 commit comments

Comments
 (0)