aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 89fcec41d93..4de1cff459c 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -29,7 +29,9 @@ extern crate "time" as std_time;
extern crate string_cache;
extern crate url;
-pub mod atom;
+#[phase(plugin)]
+extern crate string_cache_macros;
+
pub mod bloom;
pub mod cache;
pub mod debug_utils;