We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669dd54 commit 3b459caCopy full SHA for 3b459ca
1 file changed
pool.rs
@@ -66,6 +66,8 @@ impl PostgresConnectionPool {
66
67
/// A convenience function wrapping `try_new`.
68
///
69
+ /// # Failure
70
+ ///
71
/// Fails if the pool cannot be created.
72
pub fn new(url: &str, ssl: SslMode, pool_size: uint)
73
-> PostgresConnectionPool {
0 commit comments