diff options
Diffstat (limited to 'components/servo/lib.rs')
-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; |