rust/library/alloc/src/collections/vec_deque
Jacob Hoffman-Andrews 910c7fa767 Add doc(hidden) to all __iterator_get_unchecked
This method on the Iterator trait is doc(hidden), and about half of
implementations were doc(hidden). This adds the attribute to the
remaining implementations.
2021-06-16 22:08:44 -07:00
..
drain.rs Use intra-doc links 2020-09-18 12:38:37 +02:00
into_iter.rs Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
iter.rs Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
iter_mut.rs Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
macros.rs refactor: vec_deque ignore-tidy-filelength 2020-11-13 17:56:39 +00:00
mod.rs Stabilize VecDeque::partition_point. 2021-06-02 20:55:45 +02:00
pair_slices.rs Replace IntoIter::new with IntoIterator::into_iter in std 2021-06-02 16:09:04 +06:00
ring_slices.rs refactor: vec_deque ignore-tidy-filelength 2020-11-13 17:56:39 +00:00
tests.rs Fix overflowing length in Vec<ZST> to VecDeque 2021-03-17 16:02:07 -07:00