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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs
index cf865c2f163..d7ff9c30b04 100644
--- a/components/canvas/lib.rs
+++ b/components/canvas/lib.rs
@@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#![feature(clone_from_slice)]
#![feature(nonzero)]
#![feature(slice_bytes)]
#![feature(plugin)]