Impl Clone for DefaultHasher

This commit is contained in:
Leonardo Yvens
2017-06-21 10:47:29 -03:00
committed by GitHub
parent 03198da2ad
commit 6e628bee95

View File

@@ -2384,7 +2384,7 @@ impl BuildHasher for RandomState {
/// [`Hasher`]: ../../hash/trait.Hasher.html
#[stable(feature = "hashmap_default_hasher", since = "1.13.0")]
#[allow(deprecated)]
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct DefaultHasher(SipHasher13);
impl DefaultHasher {