aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:52:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:52:42 +0000
commit0c4e551e3d27445adb895b4e7f7b65752e12a815 (patch)
tree4e40e09e8393fb852da23eb4920b16e47d782a7e
parent42867bc476f708c5b2e76d4ef96faa74eaad3847 (diff)
parentcf9c2bd7266ab557d639c85ec7b1b02da0130409 (diff)
downloadpeeking_take_while-0c4e551e3d27445adb895b4e7f7b65752e12a815.tar.gz
Copy description from Cargo.toml to METADATA am: 935946a08c am: 29039859f7 am: cf9c2bd726
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/peeking_take_while/+/1457137 Change-Id: I2716cb09711c05fc5d736fc626f8a606a667fff3
-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