We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d489f7 commit 67c6b3fCopy full SHA for 67c6b3f
1 file changed
src/pool/mod.rs
@@ -29,7 +29,7 @@ impl InnerConnectionPool {
29
// Should be a newtype, but blocked by mozilla/rust#9155
30
#[deriving(Clone)]
31
pub struct PostgresConnectionPool {
32
- pool: MutexArc<InnerConnectionPool>
+ priv pool: MutexArc<InnerConnectionPool>
33
}
34
35
impl PostgresConnectionPool {
0 commit comments