aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
authorAdenilson Cavalcanti <cavalcantii@gmail.com>2015-03-18 16:26:16 -0700
committerAdenilson Cavalcanti <cavalcantii@gmail.com>2015-03-18 16:26:16 -0700
commit375dbeff1eb904aee94929ceec08f65d47bde3c5 (patch)
tree487fec9e61ff551c099fa96c7bbdeb39436662e2 /components/servo/lib.rs
parent124a78fb2e4d324a7d0ed54da1cca17839d406b7 (diff)
downloadservo-375dbeff1eb904aee94929ceec08f65d47bde3c5.tar.gz
servo-375dbeff1eb904aee94929ceec08f65d47bde3c5.zip
Squashing a few warnings.
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 52f4595b41e..6b080f66193 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#![feature(core, env, libc, path, rustc_private, std_misc, thread_local)]
+#![feature(libc, path, rustc_private, thread_local)]
#[macro_use]
extern crate log;