diff options
| author | bors <bors@rust-lang.org> | 2015-05-07 10:21:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-07 10:21:19 +0000 |
| commit | acb3aa0949f846ee315568e34d5796fb746c07e8 (patch) | |
| tree | b1ac42dd7d982f7a878e1bb0856795f86c3fb92a /src/libcore | |
| parent | 95607544b6b59f88f838a9050a126149b4570049 (diff) | |
| parent | 5ac5203e6e136507b63e451c32127bd9f23edd8a (diff) | |
| download | rust-acb3aa0949f846ee315568e34d5796fb746c07e8.tar.gz rust-acb3aa0949f846ee315568e34d5796fb746c07e8.zip | |
Auto merge of #25175 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #24576, #24966, #25052, #25131, #25137, #25138, #25139, #25141, #25142, #25144, #25146, #25148, #25154, #25156, #25160, #25173 - Failed merges:
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/iter.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index 24d9c9a7e7c..a787d34f914 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -602,6 +602,8 @@ pub trait Iterator { /// Performs a fold operation over the entire iterator, returning the /// eventual state at the end of the iteration. /// + /// This operation is sometimes called 'reduce' or 'inject'. + /// /// # Examples /// /// ``` |
