aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2015-05-05 10:04:37 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2015-05-05 10:04:42 -0700
commita0e45beae8b8fe21b9f25f538ab776cf159d966d (patch)
treef0f056151727e2919d204ca3244275e402ecfe83 /components/servo/lib.rs
parent49aed6555dbc008c1a378c5cbb303f5467232b6b (diff)
downloadservo-a0e45beae8b8fe21b9f25f538ab776cf159d966d.tar.gz
servo-a0e45beae8b8fe21b9f25f538ab776cf159d966d.zip
Get rid of old `libc` feature
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 f3837112a82..8ff1ee63ff3 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, thread_local)]
+#![feature(thread_local)]
extern crate compositing;
extern crate devtools;