diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-06-25 09:45:09 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-06-25 20:02:36 +0200 |
commit | 73a7e92bfdc6499c486fd0ebd8b3cc72ed285a98 (patch) | |
tree | a1a33e5d94c0c2002efba55844a7849086fb5a04 /components/canvas/lib.rs | |
parent | 57cc84b2935c429c92774649275625a7fd63973c (diff) | |
download | servo-73a7e92bfdc6499c486fd0ebd8b3cc72ed285a98.tar.gz servo-73a7e92bfdc6499c486fd0ebd8b3cc72ed285a98.zip |
Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index 4ef4afe390a..99f5881cca1 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -3,7 +3,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(core)] -#![feature(collections)] +#![feature(nonzero)] +#![feature(slice_bytes)] +#![feature(vec_push_all)] extern crate core; extern crate canvas_traits; |