aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-04 12:39:47 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-04 12:39:47 -0700
commitba8cf6b0e6145265f9472d4855f078d8b5943fe7 (patch)
tree4ce7adac90149382d40392c2019c17aa7af76d35 /components/util/lib.rs
parent2e17cae5d080db72d5f89733d19e0304857cfd34 (diff)
parent79d052797823a7c26772bda84b8afeff92825306 (diff)
downloadservo-ba8cf6b0e6145265f9472d4855f078d8b5943fe7.tar.gz
servo-ba8cf6b0e6145265f9472d4855f078d8b5943fe7.zip
auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyuki
In particular, this contains changes to qualify enums where rust will require it, and to stop using some features that will be removed.
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 6dbac1094d6..a1d31be4298 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -18,7 +18,6 @@ extern crate geom;
extern crate getopts;
extern crate layers;
extern crate libc;
-extern crate native;
extern crate rand;
extern crate rustrt;
extern crate serialize;