aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:05 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:05 -0700
commit88fe3613490ed90092df30ceb6199f1b000b067f (patch)
treeb1edbf79b010fc6f2e575b8465d5ba13b2556640
parentc13707028058e88ea446ea9760d2932eca4dc55b (diff)
downloadremain-88fe3613490ed90092df30ceb6199f1b000b067f.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: I52ad5c3a3dc638064c4bab320d384e668dd225a7
-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