Skip to content

Commit

Permalink
rustdoc-doc: add next_chunk to list of vec::intoiter<T> -> [T]
Browse files Browse the repository at this point in the history
This didn't show up before, because of some unification bugs
that were fixed in 269cb57
  • Loading branch information
notriddle committed Sep 10, 2023
1 parent 269cb57 commit 4cf06e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/read-documentation/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf06e8

Please sign in to comment.