about summary refs log tree commit diff
path: root/src/libextra/workcache.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-02 19:29:00 -0700
committerbors <bors@rust-lang.org>2013-08-02 19:29:00 -0700
commitefd6eafeb4f734ef7883afadb4e50099430c76f2 (patch)
treee62b6513fa316f611de2bf6f7d6efdb85825b7be /src/libextra/workcache.rs
parent3ddc72f69be4d0a2027ff598ad262ea2b2ca3812 (diff)
parent1252472bb76da5aa082db00086cc27c0bbe9d723 (diff)
downloadrust-efd6eafeb4f734ef7883afadb4e50099430c76f2.tar.gz
rust-efd6eafeb4f734ef7883afadb4e50099430c76f2.zip
auto merge of #8174 : DaGenix/rust/digest-improvements, r=brson
Same content as #8097, but bors had an issue with that pull request. Opening a new one.
Diffstat (limited to 'src/libextra/workcache.rs')
-rw-r--r--src/libextra/workcache.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libextra/workcache.rs b/src/libextra/workcache.rs
index 4cfe7727354..d28407a984a 100644
--- a/src/libextra/workcache.rs
+++ b/src/libextra/workcache.rs
@@ -10,8 +10,7 @@
 
 #[allow(missing_doc)];
 
-
-use digest::DigestUtil;
+use digest::Digest;
 use json;
 use sha1::Sha1;
 use serialize::{Encoder, Encodable, Decoder, Decodable};