aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/servo/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;