Skip to content

Commit 4cf06e8

Browse files
committed
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 269cb57
1 parent 269cb57 commit 4cf06e8

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustdoc/src/read-documentation

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/read-documentation/search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ the standard library and functions that are included in the results list:
7171
| [`option -> default`][] | `Option::unwrap_or_default` |
7272
| [`stdout, [u8]`][stdoutu8] | `Stdout::write` |
7373
| [`any -> !`][] | `panic::panic_any` |
74-
| [`vec::intoiter<T> -> [T]`][iterasslice] | `IntoIter::as_slice` |
74+
| [`vec::intoiter<T> -> [T]`][iterasslice] | `IntoIter::as_slice` and `IntoIter::next_chunk` |
7575

7676
[`usize -> vec`]: ../../std/vec/struct.Vec.html?search=usize%20-%3E%20vec&filter-crate=std
7777
[`vec, vec -> bool`]: ../../std/vec/struct.Vec.html?search=vec,%20vec%20-%3E%20bool&filter-crate=std

0 commit comments

Comments
 (0)