From a29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 14 Apr 2015 19:10:58 +0200 Subject: [PATCH] Remove unused feature gate. --- components/servo/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 107f5e14c0f..7b4423f608c 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -16,7 +16,7 @@ // // The `Browser` is fed events from a generic type that implements the // `WindowMethods` trait. -#![feature(libc, rustc_private, thread_local)] +#![feature(libc, thread_local)] #![cfg_attr(not(test), feature(path))] extern crate compositing;