Get rid of old libc feature

This commit is contained in:
Matt Brubeck 2015-05-05 10:04:37 -07:00
parent 49aed6555d
commit a0e45beae8
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;