aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:11 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:11 -0700
commitbae971e3f35ce6323b40c9a5902f6adb0c724a87 (patch)
tree28f7acf652ab48555e39513388afbf44a1a0c4d0
parent93bb2ff6ea47ed46eb859a7570eabe7ff233e57d (diff)
downloadthread_local-bae971e3f35ce6323b40c9a5902f6adb0c724a87.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: Ibad401b5e754f92feb58b4dc85dfbee5bd6b16d1
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 57db21e..aa2f15c 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "thread_local"
-description: "This library provides the ThreadLocal and CachedThreadLocal types which allow a separate copy of an object to be used for each thread. This allows for per-object thread-local storage, unlike the standard library\'s thread_local! macro which only allows static thread-local storage."
+description: "Per-object thread-local storage"
third_party {
url {
type: HOMEPAGE