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