From d57ac454d524557f1be9acaf83494c54b3628e96 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 10 Dec 2015 07:16:53 -0500 Subject: [PATCH] Removed use of a #![feature] that is now stable --- components/layout/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 8185f771308..fb28d47adac 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(cell_extras)] #![feature(custom_derive)] -#![feature(drain)] #![feature(hashmap_hasher)] #![feature(mpsc_select)] #![feature(plugin)]