aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-12-10 18:08:14 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-12-10 18:08:14 +0530
commitb7563756376bb2c7b71ace1e153074cfc6562934 (patch)
treeb7b1217a267c53ecbca71d39f2c9924d28c724b6
parent100595190bfeeffec4fc7b26b76c67bbe150a989 (diff)
parentd57ac454d524557f1be9acaf83494c54b3628e96 (diff)
downloadservo-b7563756376bb2c7b71ace1e153074cfc6562934.tar.gz
servo-b7563756376bb2c7b71ace1e153074cfc6562934.zip
Auto merge of #8914 - alex:patch-1, r=frewsxcv
Removed use of a #![feature] that is now stable <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8914) <!-- Reviewable:end -->
-rw-r--r--components/layout/lib.rs1
1 files changed, 0 insertions, 1 deletions
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)]