Remove extra semicolon

This commit is contained in:
Steven Fackler 2014-02-18 21:17:24 -08:00
parent 20dc1046ee
commit 8bb601304b

View File

@ -86,7 +86,7 @@ impl PostgresConnectionPool {
} }
pool.pool.pop().unwrap() pool.pool.pop().unwrap()
});; });
PooledPostgresConnection { PooledPostgresConnection {
pool: self.clone(), pool: self.clone(),