aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:19:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:19:54 +0000
commitb81202af1f5282f58df72c2ddae5f1e09f5c41a7 (patch)
treeb1edbf79b010fc6f2e575b8465d5ba13b2556640
parent3681af81cd00d89bd354374cec55fa8cbfd5ed35 (diff)
parent6b347add85d9640bbc054e14dde3741025aa75a9 (diff)
downloadremain-b81202af1f5282f58df72c2ddae5f1e09f5c41a7.tar.gz
Copy description from Cargo.toml to METADATA am: 88fe361349 am: 6b347add85
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/remain/+/1456778 Change-Id: I08098854f9cdba3855366aad107192106721f86e
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index efdf284..620b97b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "remain"
-description: "This crate provides an attribute macro to check at compile time that the variants of an enum or the arms of a match expression are written in sorted order."
+description: "Compile-time checks that an enum, struct, or match is written in sorted order."
third_party {
url {
type: HOMEPAGE