aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:01 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:01 -0700
commit935946a08c0aa58e85722690da476e95bd7b4c3a (patch)
tree4e40e09e8393fb852da23eb4920b16e47d782a7e
parent6eb7bfce97380890cb97c712bb0a2ce26d23f8ab (diff)
downloadpeeking_take_while-935946a08c0aa58e85722690da476e95bd7b4c3a.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: I2c6e6e1e9c8c5292a8ca33378c7a4c5af6839723
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index c6ed94f..9fc8d6a 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "peeking_take_while"
-description: "Provides the peeking_take_while iterator adaptor method."
+description: "Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`."
third_party {
url {
type: HOMEPAGE