diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-12-10 18:08:14 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-12-10 18:08:14 +0530 |
commit | b7563756376bb2c7b71ace1e153074cfc6562934 (patch) | |
tree | b7b1217a267c53ecbca71d39f2c9924d28c724b6 | |
parent | 100595190bfeeffec4fc7b26b76c67bbe150a989 (diff) | |
parent | d57ac454d524557f1be9acaf83494c54b3628e96 (diff) | |
download | servo-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.rs | 1 |
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)] |