diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2019-11-13 22:09:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-13 22:09:11 +0900 |
| commit | e365d5aac614acd487a6cbdb23e9574948e6574a (patch) | |
| tree | fd2ae096300278f56a5f32243cc9c29b93af7468 /src/test/debuginfo/enum-thinlto.rs | |
| parent | 4ac230ad3d0cfc2340f134ead0001e93af119cd4 (diff) | |
| parent | 23be25c82f517cb9ee5c4df57378e024d3c5b3eb (diff) | |
| download | rust-e365d5aac614acd487a6cbdb23e9574948e6574a.tar.gz rust-e365d5aac614acd487a6cbdb23e9574948e6574a.zip | |
Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC
Fix documentation for `Iterator::count()`. The documentation of std::core::Iterator::count() stated that the number returned is the number of times `next` is called on the iterator. However this is not true as the number of times `next` is called is exactly one plus the number returned by `count()`.
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions
