Skip to content

Commit b085007

Browse files
committed
removed deprecated markdown links from documentation
1 parent 37ed3ce commit b085007

File tree

2 files changed

+0
-6
lines changed
  • library

2 files changed

+0
-6
lines changed

Diff for: library/alloc/src/collections/vec_deque/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
23892389
///
23902390
/// See also [`binary_search_by`], [`binary_search_by_key`], and [`partition_point`].
23912391
///
2392-
/// [`contains`]: VecDeque::contains
23932392
/// [`binary_search_by`]: VecDeque::binary_search_by
23942393
/// [`binary_search_by_key`]: VecDeque::binary_search_by_key
23952394
/// [`partition_point`]: VecDeque::partition_point
@@ -2451,7 +2450,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
24512450
///
24522451
/// See also [`binary_search`], [`binary_search_by_key`], and [`partition_point`].
24532452
///
2454-
/// [`contains`]: VecDeque::contains
24552453
/// [`binary_search`]: VecDeque::binary_search
24562454
/// [`binary_search_by_key`]: VecDeque::binary_search_by_key
24572455
/// [`partition_point`]: VecDeque::partition_point
@@ -2505,7 +2503,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
25052503
///
25062504
/// See also [`binary_search`], [`binary_search_by`], and [`partition_point`].
25072505
///
2508-
/// [`contains`]: VecDeque::contains
25092506
/// [`make_contiguous().sort_by_key()`]: VecDeque::make_contiguous
25102507
/// [`binary_search`]: VecDeque::binary_search
25112508
/// [`binary_search_by`]: VecDeque::binary_search_by

Diff for: library/core/src/slice/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,6 @@ impl<T> [T] {
23562356
///
23572357
/// See also [`binary_search_by`], [`binary_search_by_key`], and [`partition_point`].
23582358
///
2359-
/// [`contains`]: slice::contains
23602359
/// [`binary_search_by`]: slice::binary_search_by
23612360
/// [`binary_search_by_key`]: slice::binary_search_by_key
23622361
/// [`partition_point`]: slice::partition_point
@@ -2437,7 +2436,6 @@ impl<T> [T] {
24372436
///
24382437
/// See also [`binary_search`], [`binary_search_by_key`], and [`partition_point`].
24392438
///
2440-
/// [`contains`]: slice::contains
24412439
/// [`binary_search`]: slice::binary_search
24422440
/// [`binary_search_by_key`]: slice::binary_search_by_key
24432441
/// [`partition_point`]: slice::partition_point
@@ -2522,7 +2520,6 @@ impl<T> [T] {
25222520
///
25232521
/// See also [`binary_search`], [`binary_search_by`], and [`partition_point`].
25242522
///
2525-
/// [`contains`]: slice::contains
25262523
/// [`sort_by_key`]: slice::sort_by_key
25272524
/// [`binary_search`]: slice::binary_search
25282525
/// [`binary_search_by`]: slice::binary_search_by

0 commit comments

Comments
 (0)