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