From a9767333ebdda155a02a8c577f8df659d496cd14 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Thu, 3 Nov 2016 10:18:55 +0100 Subject: Remove #![feature(custom_attribute)] --- components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index f1ddb8d82bc..dd6299aa051 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -6,7 +6,6 @@ #![feature(conservative_impl_trait)] #![feature(const_fn)] #![feature(core_intrinsics)] -#![feature(custom_attribute)] #![feature(fnbox)] #![feature(mpsc_select)] #![feature(nonzero)] -- cgit v1.2.3