Fix pool documentation

This commit is contained in:
Steven Fackler 2014-08-06 00:11:00 -07:00
parent a6f8465614
commit 7d263ca5f8

View File

@ -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",