We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9ad3ad + 556177b commit 6358fbeCopy full SHA for 6358fbe
src/pooled_connection/deadpool.rs
@@ -48,7 +48,7 @@ pub type Pool<C> = deadpool::managed::Pool<AsyncDieselConnectionManager<C>>;
48
/// Type alias for using [`deadpool::managed::PoolBuilder`] with [`diesel-async`]
49
pub type PoolBuilder<C> = deadpool::managed::PoolBuilder<AsyncDieselConnectionManager<C>>;
50
/// Type alias for using [`deadpool::managed::BuildError`] with [`diesel-async`]
51
-pub type BuildError = deadpool::managed::BuildError<PoolError>;
+pub type BuildError = deadpool::managed::BuildError<super::PoolError>;
52
/// Type alias for using [`deadpool::managed::PoolError`] with [`diesel-async`]
53
pub type PoolError = deadpool::managed::PoolError<super::PoolError>;
54
/// Type alias for using [`deadpool::managed::Object`] with [`diesel-async`]
0 commit comments