aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-04-14 19:10:58 +0200
committerMs2ger <ms2ger@gmail.com>2015-04-14 19:10:58 +0200
commita29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24 (patch)
treed56a75dacf9afee6a088c7f027c4732dd9639644 /components/servo/lib.rs
parent72a0fb683871365e86febbefb72be9fb136381af (diff)
downloadservo-a29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24.tar.gz
servo-a29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24.zip
Remove unused feature gate.
Diffstat (limited to 'components/servo/lib.rs')
-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;