Skip to content

Commit 641204a

Browse files
committed
Auto merge of #32564 - frewsxcv:patch-27, r=alexcrichton
Prefer HTTPS when linking to 131002.net.
2 parents 161c541 + 3bc9157 commit 641204a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/hash/sip.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use super::Hasher;
1717

1818
/// An implementation of SipHash 2-4.
1919
///
20-
/// See: http://131002.net/siphash/
20+
/// See: https://131002.net/siphash/
2121
///
2222
/// This is currently the default hashing function used by standard library
2323
/// (eg. `collections::HashMap` uses it by default).

0 commit comments

Comments
 (0)