Auto merge of #5953 - mbrubeck:libc, r=jdm

r? @Ms2ger

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5953)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-05-06 03:43:02 -05:00
commit b762758366
6 changed files with 6 additions and 2 deletions

View file

@ -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;