]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98729 - the8472:exactsize-docs, r=thomcc
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 1 Jul 2022 04:05:56 +0000 (06:05 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 04:05:56 +0000 (06:05 +0200)
commit734f21c9e20fbeea33bf1ab5da9bba1cce39b2a0
treedae5620c0b6a60e7ea1283acc158df1aac9e83c3
parente59693a0460fa1642fe650ff298c6b9479a60f0d
parent3fcf84a68e2d75035e3ca867dc925583aee0cbb0
Rollup merge of #98729 - the8472:exactsize-docs, r=thomcc

clarify that ExactSizeIterator::len returns the remaining length

fixes #98721