diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-06-09 14:31:42 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-06-09 14:31:42 -0600 |
commit | 88c1cdc9fca6568d1075ea9577ac996c5f73b98f (patch) | |
tree | 62f424cf4b6bbf2ba845d583acb15652f3863b67 /components/servo | |
parent | da2ea385bad2f9c22c1dc75bd52b32206cf9d9bb (diff) | |
parent | 8e4bfe39a2f6046b315fa12b8ad261ae7b857efd (diff) | |
download | servo-88c1cdc9fca6568d1075ea9577ac996c5f73b98f.tar.gz servo-88c1cdc9fca6568d1075ea9577ac996c5f73b98f.zip |
Auto merge of #6314 - Manishearth:feature_audit, r=mbrubeck
Will post audit report in a bit
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6314)
<!-- Reviewable:end -->
Diffstat (limited to 'components/servo')
-rw-r--r-- | components/servo/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 8afb4e90b69..0ac0519a81c 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -16,7 +16,6 @@ // // The `Browser` is fed events from a generic type that implements the // `WindowMethods` trait. -#![feature(thread_local)] extern crate compositing; extern crate devtools; |