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

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
extern crate app_units;
#[macro_use] extern crate euclid;
extern crate euclid;
#[macro_use] extern crate heapsize;
use app_units::{Au, MAX_AU};