aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:19:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:19:52 +0000
commit6852df69cd4cda2ab1fad09b9b72b1460388907c (patch)
tree28f7acf652ab48555e39513388afbf44a1a0c4d0
parentf9c5dced6aafc964e8541f303fce9d464573f60e (diff)
parente9e4ab302c4baa257d3854a144263596114504c8 (diff)
downloadthread_local-6852df69cd4cda2ab1fad09b9b72b1460388907c.tar.gz
Copy description from Cargo.toml to METADATA am: bae971e3f3 am: e9e4ab302c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thread_local/+/1456150 Change-Id: I2ffe0bfc9fb3b852fed8c55f803107a163e730d9
-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