From f1efe9a0432a380569ece12723a86209e98eb16b Mon Sep 17 00:00:00 2001 From: Roman Klauke Date: Thu, 10 Dec 2015 20:21:10 +0100 Subject: [PATCH] remove the "core" feature from canvas The core feature is marked as stable. This commit removes the usage of this feature. --- components/canvas/lib.rs | 1 - components/canvas_traits/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index b8ec951bbef..7338fffc778 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -2,7 +2,6 @@ * 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(core)] #![feature(nonzero)] #![feature(slice_bytes)] #![feature(vec_push_all)] diff --git a/components/canvas_traits/lib.rs b/components/canvas_traits/lib.rs index f13879e0cea..0df30dbb459 100644 --- a/components/canvas_traits/lib.rs +++ b/components/canvas_traits/lib.rs @@ -4,7 +4,6 @@ #![crate_name = "canvas_traits"] #![crate_type = "rlib"] -#![feature(core)] #![feature(custom_derive)] #![feature(nonzero)] #![feature(plugin)]