aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-02-21 11:00:03 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-02-21 11:00:03 +0100
commit661ade376d4b733299c91d9c92efedcd58629f04 (patch)
tree94acd992ba2ea04ff582658987854e066ebbc642 /components/webvr_traits/lib.rs
parentdebdebe8dea69c41472002bb49dbb29cc30a85f2 (diff)
downloadservo-661ade376d4b733299c91d9c92efedcd58629f04.tar.gz
servo-661ade376d4b733299c91d9c92efedcd58629f04.zip
Remove unused features from webvr traits
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r--components/webvr_traits/lib.rs2
1 files changed, 0 insertions, 2 deletions
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;