diff options
| author | Michael Howell <michael@notriddle.com> | 2023-09-09 16:59:34 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-09-09 17:00:10 -0700 |
| commit | 4cf06e84abeb8bfc14fd7e9055db1c8ccf82266d (patch) | |
| tree | 181a120f0460942991904975aef2e5a1daacc8d9 | |
| parent | 269cb579479ab950e85a2e4078810501c29d7465 (diff) | |
| download | rust-4cf06e84abeb8bfc14fd7e9055db1c8ccf82266d.tar.gz rust-4cf06e84abeb8bfc14fd7e9055db1c8ccf82266d.zip | |
rustdoc-doc: add `next_chunk` to list of `vec::intoiter<T> -> [T]`
This didn't show up before, because of some unification bugs that were fixed in 269cb579479ab950e85a2e4078810501c29d7465
| -rw-r--r-- | src/doc/rustdoc/src/read-documentation/search.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/read-documentation/search.md b/src/doc/rustdoc/src/read-documentation/search.md index d794dbbf250..56a5016d0ce 100644 --- a/src/doc/rustdoc/src/read-documentation/search.md +++ b/src/doc/rustdoc/src/read-documentation/search.md @@ -71,7 +71,7 @@ the standard library and functions that are included in the results list: | [`option -> default`][] | `Option::unwrap_or_default` | | [`stdout, [u8]`][stdoutu8] | `Stdout::write` | | [`any -> !`][] | `panic::panic_any` | -| [`vec::intoiter<T> -> [T]`][iterasslice] | `IntoIter::as_slice` | +| [`vec::intoiter<T> -> [T]`][iterasslice] | `IntoIter::as_slice` and `IntoIter::next_chunk` | [`usize -> vec`]: ../../std/vec/struct.Vec.html?search=usize%20-%3E%20vec&filter-crate=std [`vec, vec -> bool`]: ../../std/vec/struct.Vec.html?search=vec,%20vec%20-%3E%20bool&filter-crate=std |
