diff options
| author | Piotr Jawniak <sawyer47@gmail.com> | 2014-07-20 17:20:37 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-21 09:55:04 -0700 |
| commit | 36e1f2db301d33fd0efaa093c5a190a3879ccc93 (patch) | |
| tree | 83e9f0c3ff9523a7f6d5de7e2c5513a047988e2f /src/libuuid | |
| parent | dfacef532d61b1ab3cefb4164faa77b290f9abc5 (diff) | |
| download | rust-36e1f2db301d33fd0efaa093c5a190a3879ccc93.tar.gz rust-36e1f2db301d33fd0efaa093c5a190a3879ccc93.zip | |
Get rid of few warnings in tests
Diffstat (limited to 'src/libuuid')
| -rw-r--r-- | src/libuuid/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libuuid/lib.rs b/src/libuuid/lib.rs index aa13ae82e76..0e29e621503 100644 --- a/src/libuuid/lib.rs +++ b/src/libuuid/lib.rs @@ -520,7 +520,6 @@ mod test { use super::{Uuid, VariantMicrosoft, VariantNCS, VariantRFC4122, Version1Mac, Version2Dce, Version3Md5, Version4Random, Version5Sha1}; - use std::str; use std::io::MemWriter; use std::rand; |
