aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs4
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;