Fix for stability changes

This commit is contained in:
Steven Fackler 2015-01-29 08:59:43 -08:00
parent 118f0ba9b2
commit cb1ae4d115
2 changed files with 2 additions and 4 deletions

View File

@ -51,9 +51,8 @@
//! }
//! ```
#![doc(html_root_url="https://sfackler.github.io/doc")]
#![feature(plugin, unsafe_destructor)]
#![feature(plugin, unsafe_destructor, collections, io, core, path, std_misc)]
#![warn(missing_docs)]
#![allow(unstable)]
#[macro_use]
extern crate log;

View File

@ -1,5 +1,4 @@
#![allow(unstable)]
#![feature(slicing_syntax)]
#![feature(slicing_syntax, core, collections, std_misc, io)]
extern crate postgres;
extern crate "rustc-serialize" as serialize;