aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/main.rs')
-rw-r--r--components/servo/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/main.rs b/components/servo/main.rs
index 6de2b2d1399..0358a971b3e 100644
--- a/components/servo/main.rs
+++ b/components/servo/main.rs
@@ -15,7 +15,7 @@
//!
//! [glutin]: https://github.com/tomaka/glutin
-#![feature(start, libc)]
+#![feature(start)]
// The Servo engine
extern crate servo;