aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 11:10:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 11:10:32 +0000
commit75f5a0c20ca1798f0c4c1fe41311fcdacbf208bf (patch)
treeb27942870d2193374ae2e1cb1fbaba4ddf9e6119
parent890c2db4bf42b88af816c27e63f508ee5683f0a4 (diff)
parent9d3b90b65c17aa78b724aa6259ea0ec60717fd36 (diff)
downloadrustc-hash-75f5a0c20ca1798f0c4c1fe41311fcdacbf208bf.tar.gz
Copy description from Cargo.toml to METADATA am: 7ca0635669 am: 0c11f4367b am: 18a6c0f491 am: 9d3b90b65c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-hash/+/1456779 Change-Id: I779dc0b767eea8cab58da9590c45d86d64e2e25f
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 856b409..6f1612e 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "rustc-hash"
-description: "A speedy hash algorithm used within rustc. The hashmap in liballoc by default uses SipHash which isn\'t quite as speedy as we want. In the compiler we\'re not really worried about DOS attempts, so we use a fast non-cryptographic hash."
+description: "speed, non-cryptographic hash used in rustc"
third_party {
url {
type: HOMEPAGE