We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f8465 commit 7d263caCopy full SHA for 7d263ca
1 file changed
src/pool.rs
@@ -26,6 +26,7 @@ impl InnerConnectionPool {
26
/// ## Example
27
///
28
/// ```rust,no_run
29
+/// # #![allow(deprecated)]
30
/// # use postgres::NoSsl;
31
/// # use postgres::pool::PostgresConnectionPool;
32
/// let pool = PostgresConnectionPool::new("postgres://postgres@localhost",
0 commit comments