diff options
| author | bors <bors@rust-lang.org> | 2013-08-02 19:29:00 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-02 19:29:00 -0700 |
| commit | efd6eafeb4f734ef7883afadb4e50099430c76f2 (patch) | |
| tree | e62b6513fa316f611de2bf6f7d6efdb85825b7be /src/libextra/workcache.rs | |
| parent | 3ddc72f69be4d0a2027ff598ad262ea2b2ca3812 (diff) | |
| parent | 1252472bb76da5aa082db00086cc27c0bbe9d723 (diff) | |
| download | rust-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.rs | 3 |
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}; |
