diff options
| author | Corey Farwell <coreyf@rwell.org> | 2016-03-28 18:08:00 -0400 |
|---|---|---|
| committer | Corey Farwell <coreyf@rwell.org> | 2016-03-28 18:08:00 -0400 |
| commit | 3bc91572403b5474ade4a671539f7da7013875d1 (patch) | |
| tree | 8f1f872adbe9c197e82254a0aecd036ee85eb2ff | |
| parent | 1f131fbe7799b9c3d4a775798b90760f7c11ef33 (diff) | |
| download | rust-3bc91572403b5474ade4a671539f7da7013875d1.tar.gz rust-3bc91572403b5474ade4a671539f7da7013875d1.zip | |
Prefer HTTPS when linking to 131002.net.
| -rw-r--r-- | src/libcore/hash/sip.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/hash/sip.rs b/src/libcore/hash/sip.rs index a1a306d5c7d..fd1dab7a1f0 100644 --- a/src/libcore/hash/sip.rs +++ b/src/libcore/hash/sip.rs @@ -17,7 +17,7 @@ use super::Hasher; /// An implementation of SipHash 2-4. /// -/// See: http://131002.net/siphash/ +/// See: https://131002.net/siphash/ /// /// This is currently the default hashing function used by standard library /// (eg. `collections::HashMap` uses it by default). |
