File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pub type Pool<C> = deadpool::managed::Pool<AsyncDieselConnectionManager<C>>;
47
47
/// Type alias for using [`deadpool::managed::PoolBuilder`] with [`diesel-async`]
48
48
pub type PoolBuilder < C > = deadpool:: managed:: PoolBuilder < AsyncDieselConnectionManager < C > > ;
49
49
/// Type alias for using [`deadpool::managed::BuildError`] with [`diesel-async`]
50
- pub type BuildError = deadpool:: managed:: BuildError < PoolError > ;
50
+ pub type BuildError = deadpool:: managed:: BuildError < super :: PoolError > ;
51
51
/// Type alias for using [`deadpool::managed::PoolError`] with [`diesel-async`]
52
52
pub type PoolError = deadpool:: managed:: PoolError < super :: PoolError > ;
53
53
/// Type alias for using [`deadpool::managed::Object`] with [`diesel-async`]
You can’t perform that action at this time.
0 commit comments