aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
authorTim van der Meij <timvandermeij@gmail.com>2016-02-03 00:24:51 +0100
committerTim van der Meij <timvandermeij@gmail.com>2016-02-03 00:55:13 +0100
commita9472ede64d44e1d9138ca9af6c8042a9e7a30c2 (patch)
tree15bf077305bb6a60f14c5580a0d3f157ccbc0cf5 /components/gfx/lib.rs
parentea385fdd117cf68e6550782371142a85a2a2af8a (diff)
downloadservo-a9472ede64d44e1d9138ca9af6c8042a9e7a30c2.tar.gz
servo-a9472ede64d44e1d9138ca9af6c8042a9e7a30c2.zip
Remove old features 'clone_from_slice' and 'convert'
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index 871e210f541..c088e7e9b97 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// For simd (currently x86_64/aarch64)
-#![cfg_attr(any(target_arch = "x86_64", target_arch = "aarch64"), feature(convert))]
#![cfg_attr(any(target_os = "linux", target_os = "android", target_os = "windows"), feature(heap_api))]
#![feature(alloc)]