aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:52:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:52:43 +0000
commita6eb7f69a1adabd967a0b43eb69b3832204c1175 (patch)
treeb1edbf79b010fc6f2e575b8465d5ba13b2556640
parent60143b810a86a05e0370a02200754571d83f3046 (diff)
parentb81202af1f5282f58df72c2ddae5f1e09f5c41a7 (diff)
downloadremain-a6eb7f69a1adabd967a0b43eb69b3832204c1175.tar.gz
Copy description from Cargo.toml to METADATA am: 88fe361349 am: 6b347add85 am: b81202af1f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/remain/+/1456778 Change-Id: I5a51727ec48d39bf89d75495641381c57c983a9e
-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