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