Skip to content

Commit

Permalink
Impl Clone for DefaultHasher
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens authored Jun 21, 2017
1 parent 03198da commit 6e628be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/collections/hash/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e628be

Please sign in to comment.