From ef8edd4e87aeb3cc71dfd9da2f69437080f5410e Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 23 Apr 2015 00:14:02 +0200 Subject: Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. --- components/canvas/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/canvas/lib.rs') diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index 17a5bcd0197..37aaef6d150 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -2,9 +2,8 @@ * 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(collections)] #![feature(core)] -#![feature(std_misc)] +#![feature(collections)] #![feature(rustc_private)] extern crate azure; @@ -13,6 +12,7 @@ extern crate geom; extern crate gfx; extern crate util; extern crate gleam; +extern crate num; extern crate offscreen_gl_context; extern crate glutin; -- cgit v1.2.3