From 7d263ca5f8b29649e8bfbf397416d540f263b987 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 6 Aug 2014 00:11:00 -0700 Subject: [PATCH] Fix pool documentation --- src/pool.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pool.rs b/src/pool.rs index ad9aad96..82a08291 100644 --- a/src/pool.rs +++ b/src/pool.rs @@ -26,6 +26,7 @@ impl InnerConnectionPool { /// ## Example /// /// ```rust,no_run +/// # #![allow(deprecated)] /// # use postgres::NoSsl; /// # use postgres::pool::PostgresConnectionPool; /// let pool = PostgresConnectionPool::new("postgres://postgres@localhost",