Update Rust to 1.13.0-nightly (3c5a0fa45 2016-08-22)

This commit is contained in:
Anthony Ramine 2016-08-23 17:05:41 +02:00
parent f863a7c317
commit e034117152
3 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(as_unsafe_cell)]
#![feature(box_syntax)]
#![feature(conservative_impl_trait)]
#![feature(const_fn)]