diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-07-23 19:27:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 19:27:43 +0900 |
| commit | ba6957c9fb3ff093ceefa0e08879f8f2520653d0 (patch) | |
| tree | cf01b6bbc291220b77f153b0ce23a2438251e76f /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | b2b7c859c1aae39d26884e760201f5e6c7feeff9 (diff) | |
| parent | 46abc1259801414a6f7206ede0bd579736097976 (diff) | |
| download | rust-ba6957c9fb3ff093ceefa0e08879f8f2520653d0.tar.gz rust-ba6957c9fb3ff093ceefa0e08879f8f2520653d0.zip | |
Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor
DOC: fix hypothetical Rust code in `step_by()` docstring I don't know how important that is, but if I'm not mistaken, the hypothetical code in the docstring of `step_by()` (see https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.step_by) isn't correct. I guess writing `next()` instead of `self.next()` isn't a biggie, but this would also imply that `advance_n_and_return_first()` is a method, which AFAICT it isn't. I've also done some re-formatting in a separate commit and a parameter renaming in yet another commit. Feel free to take or leave any combination of those commits.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
