From 86173d7a58da0f1079803f4c5564c8a7589c58e8 Mon Sep 17 00:00:00 2001 From: Shubheksha Jalan Date: Wed, 5 Oct 2016 00:15:27 +0530 Subject: [PATCH] Removed duplicate #![feature(plugin)] --- components/compositing/lib.rs | 1 - components/constellation/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs index 3888b03e6d3..8ce9a6370e6 100644 --- a/components/compositing/lib.rs +++ b/components/compositing/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(custom_derive)] #![feature(plugin)] -#![feature(plugin)] #![plugin(plugins)] #![deny(unsafe_code)] diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index d4df0d47b1a..a7d7fad33ce 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -6,7 +6,6 @@ #![feature(custom_derive)] #![feature(plugin)] #![feature(mpsc_select)] -#![feature(plugin)] #![plugin(plugins)] #![deny(unsafe_code)]