diff options
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index af26c94d3ba..32442c4c30c 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -3,6 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(core)] +#![feature(collections)] #![allow(missing_copy_implementations)] |