Update Rust to 1.13.0-nightly (6ffdda1ba 2016-09-14)

This commit is contained in:
Anthony Ramine 2016-09-15 17:00:56 +02:00
parent b3db4b4c0d
commit ec12355cb3
4 changed files with 5 additions and 6 deletions

View file

@ -6,7 +6,6 @@
//! The traits are here instead of in script so that these modules won't have
//! to depend on script.
#![feature(core_intrinsics)]
#![feature(custom_derive, plugin)]
#![plugin(heapsize_plugin, plugins, serde_macros)]
#![deny(missing_docs)]