Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)

This commit is contained in:
Simon Sapin 2017-01-06 17:43:31 +01:00
parent 0cd0bdd33e
commit 67aea3bba4
25 changed files with 5 additions and 29 deletions

View file

@ -12,7 +12,6 @@
#![deny(unsafe_code, missing_docs)]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
extern crate app_units;
#[macro_use]