diff --git a/src/pool.rs b/src/pool.rs index 7b3f0275..3a47c06f 100644 --- a/src/pool.rs +++ b/src/pool.rs @@ -86,7 +86,7 @@ impl PostgresConnectionPool { } pool.pool.pop().unwrap() - });; + }); PooledPostgresConnection { pool: self.clone(),