aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:52:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:52:40 +0000
commit9d3b90b65c17aa78b724aa6259ea0ec60717fd36 (patch)
treeb27942870d2193374ae2e1cb1fbaba4ddf9e6119
parent5920b02d49a1e14f8ba243671583853bb8803003 (diff)
parent18a6c0f491ba4928b121973988f676a5c8a62aae (diff)
downloadrustc-hash-9d3b90b65c17aa78b724aa6259ea0ec60717fd36.tar.gz
Copy description from Cargo.toml to METADATA am: 7ca0635669 am: 0c11f4367b am: 18a6c0f491
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-hash/+/1456779 Change-Id: Ibe2c8cff9e4ace77c6767e2afb461ed9ae4342b7
-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