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