@@ -2389,7 +2389,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
2389
2389
///
2390
2390
/// See also [`binary_search_by`], [`binary_search_by_key`], and [`partition_point`].
2391
2391
///
2392
- /// [`contains`]: VecDeque::contains
2393
2392
/// [`binary_search_by`]: VecDeque::binary_search_by
2394
2393
/// [`binary_search_by_key`]: VecDeque::binary_search_by_key
2395
2394
/// [`partition_point`]: VecDeque::partition_point
@@ -2451,7 +2450,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
2451
2450
///
2452
2451
/// See also [`binary_search`], [`binary_search_by_key`], and [`partition_point`].
2453
2452
///
2454
- /// [`contains`]: VecDeque::contains
2455
2453
/// [`binary_search`]: VecDeque::binary_search
2456
2454
/// [`binary_search_by_key`]: VecDeque::binary_search_by_key
2457
2455
/// [`partition_point`]: VecDeque::partition_point
@@ -2505,7 +2503,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
2505
2503
///
2506
2504
/// See also [`binary_search`], [`binary_search_by`], and [`partition_point`].
2507
2505
///
2508
- /// [`contains`]: VecDeque::contains
2509
2506
/// [`make_contiguous().sort_by_key()`]: VecDeque::make_contiguous
2510
2507
/// [`binary_search`]: VecDeque::binary_search
2511
2508
/// [`binary_search_by`]: VecDeque::binary_search_by
0 commit comments