Remove unused features from webvr traits

This commit is contained in:
Anthony Ramine 2017-02-21 11:00:03 +01:00
parent debdebe8de
commit 661ade376d
2 changed files with 0 additions and 4 deletions

View file

@ -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;