Skip to content

Commit 67c6b3f

Browse files
committed
Visibility fix
1 parent 4d489f7 commit 67c6b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pool/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl InnerConnectionPool {
2929
// Should be a newtype, but blocked by mozilla/rust#9155
3030
#[deriving(Clone)]
3131
pub struct PostgresConnectionPool {
32-
pool: MutexArc<InnerConnectionPool>
32+
priv pool: MutexArc<InnerConnectionPool>
3333
}
3434

3535
impl PostgresConnectionPool {

0 commit comments

Comments
 (0)