Skip to content

Commit c8cd6f8

Browse files
committed
Fix for stability changes
1 parent 0a70f47 commit c8cd6f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Postgres support for the `r2d2` connection pool.
22
#![doc(html_root_url="https://sfackler.github.io/doc")]
3+
#![feature(core)]
34
#![warn(missing_docs)]
4-
#![allow(unstable)]
55
extern crate r2d2;
66
extern crate postgres;
77

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unstable)]
1+
#![feature(std_misc)]
22
extern crate postgres;
33
extern crate r2d2;
44
extern crate r2d2_postgres;

0 commit comments

Comments
 (0)