about summary refs log tree commit diff
path: root/src/libstd/workcache.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-02 19:18:37 -0800
committerbors <bors@rust-lang.org>2013-03-02 19:18:37 -0800
commit5655ae46a73723203edcf6a53c87560e0da7aaec (patch)
treea7c5ca21cf001ff1847c16016822a4965f8d7758 /src/libstd/workcache.rs
parent826644e8cb37363a4e44561a498e79acfeb77b6a (diff)
parentccec510f392d5017a1da37c6b8327b5201dffd2a (diff)
downloadrust-5655ae46a73723203edcf6a53c87560e0da7aaec.tar.gz
rust-5655ae46a73723203edcf6a53c87560e0da7aaec.zip
auto merge of #5197 : pcwalton/rust/fn-types, r=pcwalton
r? @catamorphism
Diffstat (limited to 'src/libstd/workcache.rs')
-rw-r--r--src/libstd/workcache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/workcache.rs b/src/libstd/workcache.rs
index 592ac40e082..7f47db37504 100644
--- a/src/libstd/workcache.rs
+++ b/src/libstd/workcache.rs
@@ -396,7 +396,7 @@ fn unwrap<T:Owned + Encodable<json::Encoder> + Decodable<json::Decoder>>(
 
 //#[test]
 fn test() {
-    use io::WriterUtil;
+    use core::io::WriterUtil;
 
     let db = @Mut(Database { db_filename: Path("db.json"),
                              db_cache: LinearMap::new(),