Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).

This commit is contained in:
Ms2ger 2017-01-23 15:00:29 +01:00
parent ca6376a714
commit 14fe337866
41 changed files with 11 additions and 93 deletions

View file

@ -29,7 +29,6 @@ extern crate angle;
extern crate app_units;
extern crate atomic_refcell;
extern crate audio_video_metadata;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;
extern crate bluetooth_traits;
@ -83,7 +82,7 @@ extern crate script_traits;
extern crate selectors;
extern crate serde;
#[macro_use] extern crate servo_atoms;
#[macro_use] extern crate servo_config;
extern crate servo_config;
extern crate servo_geometry;
extern crate servo_rand;
extern crate servo_url;
@ -95,7 +94,6 @@ extern crate time;
#[cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))]
extern crate tinyfiledialogs;
extern crate url;
#[macro_use]
extern crate uuid;
extern crate webrender_traits;
extern crate websocket;