aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:06 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:06 -0700
commit7ca063566952a002a6166d4ef77dc6d6a355efe6 (patch)
treeb27942870d2193374ae2e1cb1fbaba4ddf9e6119
parentb470f6d616e13357e2abb5b455f5f1b90de6a598 (diff)
downloadrustc-hash-7ca063566952a002a6166d4ef77dc6d6a355efe6.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: Ia50a628889f42aeb16044b4717f989b873838bbf
-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