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
commit6b347add85d9640bbc054e14dde3741025aa75a9 (patch)
treeb1edbf79b010fc6f2e575b8465d5ba13b2556640
parent69969be04ff65b4ab976cc59e31f740035d6067a (diff)
parent88fe3613490ed90092df30ceb6199f1b000b067f (diff)
downloadremain-6b347add85d9640bbc054e14dde3741025aa75a9.tar.gz
Copy description from Cargo.toml to METADATA am: 88fe361349
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/remain/+/1456778 Change-Id: Idbb54939d9c50d9c265abe8da1ece175857c015a
-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