Fix for stability changes
This commit is contained in:
parent
118f0ba9b2
commit
cb1ae4d115
@ -51,9 +51,8 @@
|
|||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
#![doc(html_root_url="https://sfackler.github.io/doc")]
|
#![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)]
|
#![warn(missing_docs)]
|
||||||
#![allow(unstable)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#![allow(unstable)]
|
#![feature(slicing_syntax, core, collections, std_misc, io)]
|
||||||
#![feature(slicing_syntax)]
|
|
||||||
|
|
||||||
extern crate postgres;
|
extern crate postgres;
|
||||||
extern crate "rustc-serialize" as serialize;
|
extern crate "rustc-serialize" as serialize;
|
||||||
|
Loading…
Reference in New Issue
Block a user