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

@ -15,7 +15,7 @@
//!
//! [glutin]: https://github.com/tomaka/glutin
#![feature(start, libc)]
#![feature(start)]
// The Servo engine
extern crate servo;