mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
removed deprecated markdown links from documentation
This commit is contained in:
parent
37ed3cebbc
commit
b085007313
@ -2389,7 +2389,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
|
||||
///
|
||||
/// See also [`binary_search_by`], [`binary_search_by_key`], and [`partition_point`].
|
||||
///
|
||||
/// [`contains`]: VecDeque::contains
|
||||
/// [`binary_search_by`]: VecDeque::binary_search_by
|
||||
/// [`binary_search_by_key`]: VecDeque::binary_search_by_key
|
||||
/// [`partition_point`]: VecDeque::partition_point
|
||||
@ -2451,7 +2450,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
|
||||
///
|
||||
/// See also [`binary_search`], [`binary_search_by_key`], and [`partition_point`].
|
||||
///
|
||||
/// [`contains`]: VecDeque::contains
|
||||
/// [`binary_search`]: VecDeque::binary_search
|
||||
/// [`binary_search_by_key`]: VecDeque::binary_search_by_key
|
||||
/// [`partition_point`]: VecDeque::partition_point
|
||||
@ -2505,7 +2503,6 @@ impl<T, A: Allocator> VecDeque<T, A> {
|
||||
///
|
||||
/// See also [`binary_search`], [`binary_search_by`], and [`partition_point`].
|
||||
///
|
||||
/// [`contains`]: VecDeque::contains
|
||||
/// [`make_contiguous().sort_by_key()`]: VecDeque::make_contiguous
|
||||
/// [`binary_search`]: VecDeque::binary_search
|
||||
/// [`binary_search_by`]: VecDeque::binary_search_by
|
||||
|
@ -2356,7 +2356,6 @@ impl<T> [T] {
|
||||
///
|
||||
/// See also [`binary_search_by`], [`binary_search_by_key`], and [`partition_point`].
|
||||
///
|
||||
/// [`contains`]: slice::contains
|
||||
/// [`binary_search_by`]: slice::binary_search_by
|
||||
/// [`binary_search_by_key`]: slice::binary_search_by_key
|
||||
/// [`partition_point`]: slice::partition_point
|
||||
@ -2437,7 +2436,6 @@ impl<T> [T] {
|
||||
///
|
||||
/// See also [`binary_search`], [`binary_search_by_key`], and [`partition_point`].
|
||||
///
|
||||
/// [`contains`]: slice::contains
|
||||
/// [`binary_search`]: slice::binary_search
|
||||
/// [`binary_search_by_key`]: slice::binary_search_by_key
|
||||
/// [`partition_point`]: slice::partition_point
|
||||
@ -2522,7 +2520,6 @@ impl<T> [T] {
|
||||
///
|
||||
/// See also [`binary_search`], [`binary_search_by`], and [`partition_point`].
|
||||
///
|
||||
/// [`contains`]: slice::contains
|
||||
/// [`sort_by_key`]: slice::sort_by_key
|
||||
/// [`binary_search`]: slice::binary_search
|
||||
/// [`binary_search_by`]: slice::binary_search_by
|
||||
|
Loading…
Reference in New Issue
Block a user