File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -959,6 +959,9 @@ impl<T> VecDeque<T> {
959
959
/// Returns a pair of slices which contain, in order, the contents of the
960
960
/// `VecDeque`.
961
961
///
962
+ /// In case [`make_contiguous`](#method.make_contiguous) was previously called,
963
+ /// all elements of the deque are in the first slice and the second slice is empty.
964
+ ///
962
965
/// # Examples
963
966
///
964
967
/// ```
@@ -989,6 +992,9 @@ impl<T> VecDeque<T> {
989
992
/// Returns a pair of slices which contain, in order, the contents of the
990
993
/// `VecDeque`.
991
994
///
995
+ /// In case [`make_contiguous`](#method.make_contiguous) was previously called,
996
+ /// all elements of the deque are in the first slice and the second slice is empty.
997
+ ///
992
998
/// # Examples
993
999
///
994
1000
/// ```
You can’t perform that action at this time.
0 commit comments