aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorClark Gaebel <cgaebel@uwaterloo.ca>2014-09-18 09:12:34 -0700
committerClark Gaebel <cgaebel@uwaterloo.ca>2014-09-18 09:12:34 -0700
commit1b251db7323dce3b7838709c7d2dfb685d8b24a9 (patch)
tree68915c5e45d67f27d2dd98ea3c7c3e7a86c8f953 /components/util/lib.rs
parent22bca83509e81aabb8e1cd538cc91a642bd39bfa (diff)
parent6bc63d47cd67bd39a05fcb471c945a1f578a28bb (diff)
downloadservo-1b251db7323dce3b7838709c7d2dfb685d8b24a9.tar.gz
servo-1b251db7323dce3b7838709c7d2dfb685d8b24a9.zip
Merge pull request #3379 from cgaebel/bucketed-timing
Added more complex profiling metadata.
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index b543df42e80..9e6bddb9fab 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -27,6 +27,7 @@ extern crate sync;
extern crate task_info;
extern crate std_time = "time";
extern crate string_cache;
+extern crate url;
pub mod atom;
pub mod bloom;