Skip to content

Commit 7d263ca

Browse files
committed
Fix pool documentation
1 parent a6f8465 commit 7d263ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ impl InnerConnectionPool {
2626
/// ## Example
2727
///
2828
/// ```rust,no_run
29+
/// # #![allow(deprecated)]
2930
/// # use postgres::NoSsl;
3031
/// # use postgres::pool::PostgresConnectionPool;
3132
/// let pool = PostgresConnectionPool::new("postgres://postgres@localhost",

0 commit comments

Comments
 (0)