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