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 0a70f47 commit c8cd6f8Copy full SHA for c8cd6f8
src/lib.rs
@@ -1,7 +1,7 @@
1
//! Postgres support for the `r2d2` connection pool.
2
#![doc(html_root_url="https://sfackler.github.io/doc")]
3
+#![feature(core)]
4
#![warn(missing_docs)]
-#![allow(unstable)]
5
extern crate r2d2;
6
extern crate postgres;
7
tests/test.rs
@@ -1,4 +1,4 @@
+#![feature(std_misc)]
extern crate r2d2_postgres;
0 commit comments