diff options
author | Roman Klauke <romaaan.git@gmail.com> | 2015-12-10 20:21:10 +0100 |
---|---|---|
committer | Roman Klauke <romaaan.git@gmail.com> | 2015-12-10 20:21:10 +0100 |
commit | f1efe9a0432a380569ece12723a86209e98eb16b (patch) | |
tree | 0ba732001119d2f1b54671f6deb464248672d6e9 /components/canvas/lib.rs | |
parent | fe01f140d895e59288d1b7c8a879c11934023f33 (diff) | |
download | servo-f1efe9a0432a380569ece12723a86209e98eb16b.tar.gz servo-f1efe9a0432a380569ece12723a86209e98eb16b.zip |
remove the "core" feature from canvas
The core feature is marked as stable. This commit removes the usage
of this feature.
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 1 |
1 files changed, 0 insertions, 1 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)] |