Auto merge of #27847 - birkenfeld:patch-3, r=sfackler

This commit is contained in:
bors 2015-08-15 17:30:15 +00:00
commit 753a6a9e29

View File

@ -616,6 +616,8 @@ fn fold<B, F>(self, init: B, mut f: F) -> B where
/// Tests whether the predicate holds true for all elements in the iterator.
///
/// Does not consume the iterator past the first non-matching element.
///
/// # Examples
///
/// ```