From 661ade376d4b733299c91d9c92efedcd58629f04 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 21 Feb 2017 11:00:03 +0100 Subject: [PATCH] Remove unused features from webvr traits --- components/webvr/lib.rs | 2 -- components/webvr_traits/lib.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/components/webvr/lib.rs b/components/webvr/lib.rs index 941f9a59a6d..bd0c0544a52 100644 --- a/components/webvr/lib.rs +++ b/components/webvr/lib.rs @@ -2,8 +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(custom_derive)] -#![feature(plugin)] #![deny(unsafe_code)] extern crate ipc_channel; diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs index 30598105442..81aaca9085e 100644 --- a/components/webvr_traits/lib.rs +++ b/components/webvr_traits/lib.rs @@ -2,8 +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(custom_derive)] -#![feature(plugin)] #![deny(unsafe_code)] extern crate ipc_channel;