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_layout_interface/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script_layout_interface/lib.rs') diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 00d63d79298..2cad69cdcc8 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -8,7 +8,6 @@ #![deny(unsafe_code)] #![feature(box_syntax)] -#![feature(custom_attribute)] #![feature(nonzero)] #![feature(plugin)] #![feature(proc_macro)] -- cgit v1.2.3