]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/any.rs
auto merge of #10840 : cmr/rust/any_docs2, r=huonw
[rust.git] / src / libstd / any.rs
index 3f139bebb2414f7345bc429ca8d0f27b1d22aa2a..4133bb1835db6cd3012ba56960fb1d59167b250c 100644 (file)
@@ -158,7 +158,6 @@ mod tests {
     use super::*;
     use super::AnyRefExt;
     use option::{Some, None};
-    use hash::Hash;
 
     #[deriving(Eq)]
     struct Test;