diff options
| author | jofas <jonas@fc-web.de> | 2023-03-30 10:20:57 +0200 |
|---|---|---|
| committer | jofas <jonas@fc-web.de> | 2023-03-30 10:20:57 +0200 |
| commit | b0850073133c548a53afee29400d3873fabb7985 (patch) | |
| tree | cb4b76548367e7c5b74b5de762c7d9ebb5ce8276 /library/alloc/src/collections | |
| parent | 37ed3cebbc24c9953ae0c2a17dd74ae1268b8650 (diff) | |
| download | rust-b0850073133c548a53afee29400d3873fabb7985.tar.gz rust-b0850073133c548a53afee29400d3873fabb7985.zip | |
removed deprecated markdown links from documentation
Diffstat (limited to 'library/alloc/src/collections')
| -rw-r--r-- | library/alloc/src/collections/vec_deque/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/alloc/src/collections/vec_deque/mod.rs b/library/alloc/src/collections/vec_deque/mod.rs index 1ae72b715cd..53b3405bff1 100644 --- a/library/alloc/src/collections/vec_deque/mod.rs +++ b/library/alloc/src/collections/vec_deque/mod.rs @@ -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 |
