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

@ -16,7 +16,6 @@ fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_derive = "0.1"
ipc-channel = "0.5"
layout = {path = "../layout"}
layout_traits = {path = "../layout_traits"}

View file

@ -12,18 +12,15 @@
#![plugin(plugins)]
extern crate app_units;
extern crate core;
extern crate euclid;
extern crate fnv;
extern crate gfx;
extern crate gfx_traits;
extern crate heapsize;
#[macro_use] extern crate heapsize_derive;
extern crate ipc_channel;
#[macro_use]
extern crate layout;
extern crate layout_traits;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate lazy_static;
#[macro_use]