Fix pool documentation
This commit is contained in:
parent
a6f8465614
commit
7d263ca5f8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user