We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22a595 commit 6128425Copy full SHA for 6128425
src/lib.rs
@@ -1,6 +1,5 @@
1
//! Postgres support for the `r2d2` connection pool.
2
#![doc(html_root_url="https://sfackler.github.io/doc")]
3
-#![feature(if_let)]
4
#![warn(missing_docs)]
5
extern crate r2d2;
6
extern crate postgres;
0 commit comments