diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-01-23 15:00:29 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-01-24 11:02:51 +0100 |
commit | 14fe337866b38d23546e9c7bc9aad3e16b9b8a6b (patch) | |
tree | 07a6d212edd13169454386f7f8ebaf4dd77f9c32 /components/geometry/lib.rs | |
parent | ca6376a7142640185f21beca4b11011e8367ec91 (diff) | |
download | servo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.tar.gz servo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.zip |
Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).
Diffstat (limited to 'components/geometry/lib.rs')
-rw-r--r-- | components/geometry/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/geometry/lib.rs b/components/geometry/lib.rs index 52fcd420c0e..ddca8d71972 100644 --- a/components/geometry/lib.rs +++ b/components/geometry/lib.rs @@ -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}; |