Track nightly

This commit is contained in:
Tim Kuehn
2016-10-16 13:19:35 -07:00
parent d8d240ec12
commit 531dc20d66
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.
#![feature(conservative_impl_trait, plugin, rustc_macro)]
#![feature(conservative_impl_trait, plugin, proc_macro)]
#![plugin(tarpc_plugins)]
extern crate futures;

View File

@@ -59,7 +59,7 @@
//! ```
//!
#![deny(missing_docs)]
#![feature(plugin, question_mark, conservative_impl_trait, never_type, rustc_macro)]
#![feature(plugin, conservative_impl_trait, never_type, proc_macro)]
#![plugin(tarpc_plugins)]
extern crate byteorder;